Skip to content

Commit a73048f

Browse files
fix pypa Github Action version (#4151)
1 parent f16f0dc commit a73048f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi-build-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
--out-dir dist/
4343
.
4444
# - name: Publish distribution to Test PyPI
45-
# uses: pypa/gh-action-pypi-publish@release/v1.12.4
45+
# uses: pypa/gh-action-pypi-publish@v1.12.4
4646
# with:
4747
# repository-url: https://test.pypi.org/legacy/
4848
- name: Publish distribution 📦 to PyPI
4949
if: startsWith(github.ref, 'refs/tags')
50-
uses: pypa/gh-action-pypi-publish@release/v1.12.4
50+
uses: pypa/gh-action-pypi-publish@v1.12.4

0 commit comments

Comments
 (0)