Skip to content

Commit

Permalink
Ref #38 Add verbose option to twine
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 4ab22c7 commit 9b2195e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: python
python:
# - "3.9"
- "3.9"
# - "3.10"
# - "3.11"
- "3.12"
# - "3.12"
before_install:
- pip install 'urllib3<2.0' #Enforce SSL version to be able to run twine
- pip install -U pytest
Expand All @@ -20,7 +20,7 @@ script:
# - pytest
- python -m build
after_success:
- python -m twine upload --skip-existing --repository testpypi dist/*
- python -m twine upload --skip-existing --verbose --repository testpypi dist/*
# - codecov
#deploy:
# provider: pypi
Expand Down

0 comments on commit 9b2195e

Please sign in to comment.