Skip to content

Commit 3abd022

Browse files
committed
Update release.yml
1 parent 2ea397a commit 3abd022

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ jobs:
6060
merge-multiple: true
6161

6262
- name: publish to Test PyPI
63-
uses: pypa/gh-action-pypi-publish@v1
63+
uses: pypa/gh-action-pypi-publish@v1.8.12
6464
with:
6565
repository-url: https://test.pypi.org/legacy/
6666
packages-dir: dist/
6767

6868
- name: publish to PYPI
69-
uses: pypa/gh-action-pypi-publish@v1
69+
uses: pypa/gh-action-pypi-publish@v1.8.12
7070
with:
7171
packages-dir: dist/
7272

0 commit comments

Comments
 (0)