Skip to content

Commit 56beb03

Browse files
Fix gh-action-pypi-publish tag
1 parent e879ca9 commit 56beb03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ jobs:
5252

5353
- name: Publish package on PyPI
5454
if: steps.check-version.outputs.tag
55-
uses: pypa/gh-action-pypi-publish@v1
55+
uses: pypa/gh-action-pypi-publish@release/v1
5656
with:
5757
user: __token__
5858
password: ${{ secrets.PYPI_API_TOKEN }}
5959

6060
- name: Publish package on TestPyPI
6161
if: "! steps.check-version.outputs.tag"
62-
uses: pypa/gh-action-pypi-publish@v1
62+
uses: pypa/gh-action-pypi-publish@release/v1
6363
with:
6464
user: __token__
6565
password: ${{ secrets.TEST_PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)