Skip to content

Commit

Permalink
Fix PyPI publishing action ref (#1146)
Browse files Browse the repository at this point in the history
Looks like I used a mix of the generic `release/v1` and specific version
ref.
  • Loading branch information
chrisrink10 authored Nov 26, 2024
1 parent d049b6e commit c8b168e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
path: dist/
merge-multiple: true
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1.12.2
uses: pypa/[email protected]

0 comments on commit c8b168e

Please sign in to comment.