Skip to content

Commit 1893bd4

Browse files
authored
following the documentation they have
1 parent 74bed41 commit 1893bd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
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@release/v1.10.0
52+
uses: pypa/gh-action-pypi-publish@release/v1
5353

5454
github-release:
5555
name: >-
@@ -114,7 +114,7 @@ jobs:
114114
name: python-package-distributions
115115
path: dist/
116116
- name: Publish distribution 📦 to TestPyPI
117-
uses: pypa/gh-action-pypi-publish@release/v1.10.0
117+
uses: pypa/gh-action-pypi-publish@release/v1
118118
with:
119119
repository-url: https://test.pypi.org/legacy/
120120
skip-existing: true

0 commit comments

Comments
 (0)