Skip to content

Commit c8b168e

Browse files
authored
Fix PyPI publishing action ref (#1146)
Looks like I used a mix of the generic `release/v1` and specific version ref.
1 parent d049b6e commit c8b168e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
path: dist/
4343
merge-multiple: true
4444
- name: Publish package distributions to PyPI
45-
uses: pypa/gh-action-pypi-publish@release/v1.12.2
45+
uses: pypa/gh-action-pypi-publish@v1.12.2

0 commit comments

Comments
 (0)