Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 01bc1c6

Browse files
committed
chore(travis): Switch to API authentication
Attempt to get authentication working through API since password based suddenly failed.
1 parent 0291b0f commit 01bc1c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ script:
1515
# - poetry run coverage run --source=my_package -m unittest discover -b
1616

1717
before_deploy:
18-
- poetry config http-basic.pypi $PYPI_USER $PYPI_PASS
18+
# - poetry config http-basic.pypi $PYPI_USER $PYPI_PASS
19+
- poetry config pypi-token.pypi $PYPI_TOKEN
1920
- poetry build
2021

2122
deploy:

0 commit comments

Comments
 (0)