Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Re-add missing PyPI credentials to GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Mar 12, 2020
1 parent 2512f70 commit 2358de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
create_virtualenvs: true
- name: Publish to PyPI
run: |
poetry publish --build
poetry publish --build --username __token__ --password ${{ secrets.pypi_api_token }}
working-directory: ${{ github.workspace }}

0 comments on commit 2358de0

Please sign in to comment.