Skip to content

Commit 396d5a7

Browse files
committed
build: use v1 branch pypi publish action
Signed-off-by: Daniel Wagner <wagi@kernel.org>
1 parent 1cc47cc commit 396d5a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
path: dist
4242

4343
- name: Publish package to TestPyPI
44-
uses: pypa/gh-action-pypi-publish@release-v1
44+
uses: pypa/gh-action-pypi-publish@release/v1
4545
with:
4646
user: __token__
4747
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
@@ -65,7 +65,7 @@ jobs:
6565
name: artifact
6666
path: dist
6767
- name: Publish package to PyPI
68-
uses: pypa/gh-action-pypi-publish@release-v1
68+
uses: pypa/gh-action-pypi-publish@release/v1
6969
if: steps.check-tag.outputs.match == 'true'
7070
with:
7171
user: __token__

0 commit comments

Comments
 (0)