Skip to content

Commit 66801c5

Browse files
committed
fix: Correct PyPI action version
1 parent 0c86b69 commit 66801c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semantic-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
github_token: ${{ secrets.DEPLOY_KEY }}
3737

3838
- name: Publish package distributions to PyPI
39-
uses: pypa/gh-action-pypi-publish@v1
39+
uses: pypa/gh-action-pypi-publish@release/v1
4040
if: steps.release.outputs.released == 'true'
4141

4242
- name: Publish package distributions to GitHub Releases

0 commit comments

Comments
 (0)