Skip to content

Commit

Permalink
travis: fix (?) setup.py issue for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusTorrado committed Oct 11, 2023
1 parent cfaeeda commit 72f052d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,10 @@ after_success:
- bash <(curl -s https://codecov.io/bash)

###############################################################################
deploy: # only if it builds and if the commit has been tagged
# DEPLOYMENT to PyPI (only if it builds and if the commit has been tagged)
before_deploy:
- echo > setup.py
deploy:
provider: pypi
username: JesusTorrado
password:
Expand Down

0 comments on commit 72f052d

Please sign in to comment.