Skip to content

Commit f6b77b5

Browse files
committed
build: use the correct version syntax for actions
Signed-off-by: Daniel Wagner <[email protected]>
1 parent 89030f7 commit f6b77b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Publish package to TestPyPI
4444
env:
4545
PATH: ${{ github.workspace }}/venv/bin:$PATH
46-
uses: pypa/gh-action-pypi-publish@release/v1.12.4
46+
uses: pypa/[email protected]
4747
with:
4848
repository-url: https://test.pypi.org/legacy/
4949

@@ -70,5 +70,5 @@ jobs:
7070
path: dist
7171

7272
- name: Publish package to PyPI
73-
uses: pypa/gh-action-pypi-publish@release/v1.12.4
73+
uses: pypa/[email protected]
7474
if: steps.check-tag.outputs.match == 'true'

0 commit comments

Comments
 (0)