Skip to content

Commit ec60450

Browse files
authored
Revert "build(deps): bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4" (#451)
1 parent 04455ff commit ec60450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,15 +199,15 @@ jobs:
199199
merge-multiple: true
200200

201201
- name: Publish package distributions to Test PyPI
202-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
202+
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
203203
with:
204204
repository-url: https://test.pypi.org/legacy/
205205
packages-dir: wheels/
206206
skip-existing: true
207207

208208
- name: Publish package distributions to PyPI
209209
if: always()
210-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
210+
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
211211
with:
212212
packages-dir: wheels/
213213
skip-existing: true

0 commit comments

Comments
 (0)