Skip to content

Commit 9ed6df8

Browse files
committed
1.12.4
1 parent 14f5ec9 commit 9ed6df8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ jobs:
7373
path: dist/
7474
merge-multiple: true
7575
- name: Publish package distributions to PyPI
76-
uses: pypa/gh-action-pypi-publish@v1
76+
uses: pypa/gh-action-pypi-publish@v1.12.4

.github/workflows/test-pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
path: dist/
4444
merge-multiple: true
4545
- name: Publish package distributions to PyPI
46-
uses: pypa/gh-action-pypi-publish@v1
46+
uses: pypa/gh-action-pypi-publish@v1.12.4
4747
with:
4848
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)