Skip to content

Commit

Permalink
Ref #38 trying to make working build pypi
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 d410e2a commit f38740a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ python:
# - "3.12"
# - "3.13"
before_install:
- pip install urllib3==1.26.6 #Enforce SSL version to be able to run twine
- pip install -U pytest
- pip install -U build
- pip install --upgrade twine
Expand All @@ -20,7 +21,7 @@ script:
# - pytest
- python -m build
after_success:
- python -m twine upload --repository testpypi dist/*
- python -m twine upload --skip-existing --repository testpypi dist/*
# - codecov
#deploy:
# provider: pypi
Expand Down

0 comments on commit f38740a

Please sign in to comment.