Skip to content

Commit

Permalink
fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
gferraro committed May 13, 2024
1 parent 96fff9d commit e93810d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
dist: focal

arch:
- amd64
- arm64
language: python
services:
- docker
Expand All @@ -21,7 +25,7 @@ before_deploy:
- echo $'[pypi]\nusername = __token__\npassword = '$PYPI_TOKEN > ~/.pypirc
deploy:
- provider: script
script: bash ./pypi_push.sh
script: maturin publish
on:
repo: TheCacophonyProject/cptv-tools
tags: true
Expand Down
4 changes: 0 additions & 4 deletions pypi_push.sh

This file was deleted.

0 comments on commit e93810d

Please sign in to comment.