Skip to content

Commit a0cb35e

Browse files
committed
Update release action
1 parent 23aab36 commit a0cb35e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,6 @@ jobs:
133133
path: dist/
134134

135135
- name: Publish to PyPI
136-
uses: pypa/gh-action-pypi-publish@release/v1
136+
uses: pypa/gh-action-pypi-publish@release/v1.12
137137
with:
138138
skip-existing: true

.github/workflows/test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108

109109
- name: Publish to Test PyPI
110110
if: ${{ github.event_name == 'push' }}
111-
uses: pypa/gh-action-pypi-publish@release/v1
111+
uses: pypa/gh-action-pypi-publish@release/v1.12
112112
with:
113113
skip-existing: true
114114
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)