Skip to content

Commit d161bb6

Browse files
committed
different version
1 parent 3f1597c commit d161bb6

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
@@ -49,7 +49,7 @@ jobs:
4949
name: python-package-distributions
5050
path: dist/
5151
- name: Publish distribution 📦 to PyPI
52-
uses: pypa/gh-action-pypi-publish@v1.12.4
52+
uses: pypa/gh-action-pypi-publish@release/v1
5353

5454

5555
publish-to-testpypi:
@@ -72,6 +72,6 @@ jobs:
7272
name: python-package-distributions
7373
path: dist/
7474
- name: Publish distribution 📦 to TestPyPI
75-
uses: pypa/gh-action-pypi-publish@v1.12.4
75+
uses: pypa/gh-action-pypi-publish@release/v1
7676
with:
7777
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)