We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11eede4 commit d6f339dCopy full SHA for d6f339d
.circleci/config.yml
@@ -190,7 +190,7 @@ jobs:
190
- run:
191
name: Publish to PyPI
192
command: |
193
- twine upload dist/* --username __token__ --password $PYPI_TOKEN
+ twine upload dist/* --username "[email protected]" --password "${PYPI_UPLOAD_API_TOKEN}"
194
195
workflows:
196
# Workflow for non-production: PRs and non-master branches (internal contributors)
0 commit comments