Skip to content

Commit 51c9c9a

Browse files
committed
chore: use API token for pypi deployment
1 parent 87fc13b commit 51c9c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ deploy:
4141
branch: master
4242

4343
- provider: pypi
44-
user: $PYPI_USER
44+
user: __token__
4545
password: $PYPI_TOKEN
4646
repository: https://upload.pypi.org/legacy
4747
skip_cleanup: true

0 commit comments

Comments
 (0)