Skip to content

Commit

Permalink
Ref #38 Test with tags
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Kaźmierczyk <[email protected]>
  • Loading branch information
kkazmierczyk committed Dec 23, 2024
1 parent b371512 commit 2dc55f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ after_success:
- codecov
deploy:
provider: script
#script: python -m twine upload --skip-existing --verbose --password $TWINE_TEST_TOKEN --repository testpypi dist/* #test instance
script: python -m twine upload --skip-existing --verbose --password $TWINE_PROD_TOKEN dist/* #production instance.
script: python -m twine upload --skip-existing --verbose --password $TWINE_TEST_TOKEN --repository testpypi dist/* #test instance
#script: python -m twine upload --skip-existing --verbose --password $TWINE_PROD_TOKEN dist/* #production instance.
on:
all_branches: true # uncomment for testing purposes
#branch: prod # uncomment on production
#tags: true # uncomment on production
# branch: prod # uncomment on production
tags: true # uncomment on production

0 comments on commit 2dc55f2

Please sign in to comment.