Skip to content

Commit d6f339d

Browse files
Updating CCI
1 parent 11eede4 commit d6f339d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
- run:
191191
name: Publish to PyPI
192192
command: |
193-
twine upload dist/* --username __token__ --password $PYPI_TOKEN
193+
twine upload dist/* --username "[email protected]" --password "${PYPI_UPLOAD_API_TOKEN}"
194194
195195
workflows:
196196
# Workflow for non-production: PRs and non-master branches (internal contributors)

0 commit comments

Comments
 (0)