Skip to content

Commit f0c61d4

Browse files
committed
Update release workflows to latest trusted publisher GHA.
1 parent 0e55ae7 commit f0c61d4

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
@@ -48,7 +48,7 @@ jobs:
4848
name: python-package-distributions
4949
path: dist/
5050
- name: Publish distribution 📦 to PyPI
51-
uses: pypa/gh-action-pypi-publish@release/v1.10
51+
uses: pypa/gh-action-pypi-publish@release/v1.12.3
5252

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

0 commit comments

Comments
 (0)