Skip to content

Commit

Permalink
ci: update poetry-publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhynes7 committed Aug 26, 2021
1 parent 546c001 commit 40fb79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
github.event_name == 'push' &&
startsWith(github.ref, 'refs/tags') &&
matrix.python-version == '3.9'
uses: JRubics/poetry-publish@v1
uses: JRubics/poetry-publish@v1.8
with:
pypi_token: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 40fb79d

Please sign in to comment.