Skip to content

Commit 43a6f22

Browse files
committed
Switch CircleCI to PyPi API token for publishing
1 parent c4aab40 commit 43a6f22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ jobs:
142142
name: Publish package
143143
command: >
144144
python -m twine upload
145-
--username "${PYPI_REPO_USERNAME}"
146-
--password "${PYPI_REPO_PASSWORD}"
145+
--username "__token__"
146+
--password "${PYPI_API_TOKEN}"
147147
--verbose
148148
--non-interactive
149149
--disable-progress-bar

0 commit comments

Comments
 (0)