Skip to content

Commit 9ebf6fb

Browse files
authored
fix: publish using pypi token (#33)
1 parent 0f64f98 commit 9ebf6fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- run:
9090
name: "publish package on pypi"
9191
command: |
92-
poetry config http-basic.pypi $PYPI_USER $PYPI_PASSWORD
92+
poetry config http-basic.pypi __token__ $PYPI_TOKEN
9393
poetry publish --build --no-interaction
9494
9595
executors:

0 commit comments

Comments
 (0)