Skip to content

Commit

Permalink
maint: Update poetry publish to use API token (#294)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
Update poetry publish step to use the new API token instead of a
username and password.

## Short description of the changes
- Update the publish step to use an API token
  • Loading branch information
MikeGoldsmith authored Jan 29, 2024
1 parent c3d7fa7 commit 4915308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- checkout
- python/install-packages:
pkg-manager: poetry
- run: poetry publish --build -u honeycomb -p ${PYPI_PASSWORD}
- run: poetry publish --build -u '__token__' -p ${PYPI_TOKEN}

publish_github:
docker:
Expand Down

0 comments on commit 4915308

Please sign in to comment.