Skip to content

Commit b044532

Browse files
Update trusted publisher release GitHub action version to v1.12
1 parent aaa5544 commit b044532

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

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

0 commit comments

Comments
 (0)