Skip to content

Commit 905308f

Browse files
Update trusted publisher release GitHub action version to v1.12 (#7)
1 parent a570c3e commit 905308f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
name: python-package-distributions
5757
path: dist/
5858
- name: Publish distribution 📦 to PyPI
59-
uses: pypa/gh-action-pypi-publish@release/v1.10
59+
uses: pypa/gh-action-pypi-publish@release/v1.12
6060

6161
github-release:
6262
name: >-

.github/workflows/test_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
name: python-package-distributions
9999
path: dist/
100100
- name: Publish distribution 📦 to TestPyPI
101-
uses: pypa/gh-action-pypi-publish@release/v1.10
101+
uses: pypa/gh-action-pypi-publish@release/v1.12
102102
with:
103103
repository-url: https://test.pypi.org/legacy/
104104
skip-existing: true

0 commit comments

Comments
 (0)