Skip to content

Commit

Permalink
manual twine upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwalke2 committed Apr 9, 2020
1 parent fa99926 commit 918849b
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,19 @@ matrix:
on:
tags: true


# Travis deploy: pypi settings started returning "Your build exited with 86."
# Reverting to manual build and upload
- stage: deploy to pypi
python: 3.6
install: pip install setuptools wheel twine
env:
- TWINE_USERNAME: "$PYPI_USERNAME"
- TWINE_PASSWORD: "$PYPI_PASSWORD"
script:
-
deploy:
provider: pypi
distributions: sdist bdist_wheel
edge: true
on:
tags: true
- python setup.py sdist bdist_wheel
- python -m twine upload dist/*
on:
tags: true


install:
Expand Down

0 comments on commit 918849b

Please sign in to comment.