Skip to content

Commit d626e8d

Browse files
authored
ci: fix version ref in github publish action (#48)
1 parent c353761 commit d626e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
file_glob: true
4242

4343
- name: Publish to PyPI (${{vars.PYPI_PUBLISH_URL}})
44-
uses: pypa/gh-action-pypi-publish@v1
44+
uses: pypa/gh-action-pypi-publish@v1.12.2
4545
with:
4646
# Can be toggled at the repository level between `https://upload.pypi.org/legacy/` and `https://test.pypi.org/legacy/`
4747
repository-url: ${{vars.PYPI_PUBLISH_URL}}

0 commit comments

Comments
 (0)