Skip to content

Commit 0daebde

Browse files
authored
update to v1.10
1 parent 1893bd4 commit 0daebde

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
52+
uses: pypa/gh-action-pypi-publish@release/v1.10
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
117+
uses: pypa/gh-action-pypi-publish@release/v1.10
118118
with:
119119
repository-url: https://test.pypi.org/legacy/
120120
skip-existing: true

0 commit comments

Comments
 (0)