Skip to content

Commit

Permalink
fix: fix pypi url (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhang13 authored Aug 21, 2020
1 parent 7aa81c9 commit b0f39f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ deploy:
- provider: pypi
user: "$PYPI_USER"
password: "$PYPI_PASSWORD"
server: https://upload.pypi.org/legacy
server: https://upload.pypi.org/legacy/
skip_cleanup: true
on:
python: 3.8
Expand Down

0 comments on commit b0f39f4

Please sign in to comment.