Skip to content

Commit

Permalink
gh-action-pypi-publish doesn't have a main - use release/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed Jun 20, 2023
1 parent a80e7a1 commit 7c38c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ jobs:
name: artifact
path: dist

- uses: pypa/gh-action-pypi-publish@main
- uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.TOKEN_PYPI }}
Expand Down

0 comments on commit 7c38c71

Please sign in to comment.