We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f64f98 commit 9ebf6fbCopy full SHA for 9ebf6fb
1 file changed
.circleci/config.yml
@@ -89,7 +89,7 @@ jobs:
89
- run:
90
name: "publish package on pypi"
91
command: |
92
- poetry config http-basic.pypi $PYPI_USER $PYPI_PASSWORD
+ poetry config http-basic.pypi __token__ $PYPI_TOKEN
93
poetry publish --build --no-interaction
94
95
executors:
0 commit comments