Skip to content

Commit 55cf951

Browse files
committed
OPS: Use fixed version of PyPI publishing action
1 parent 4b313f8 commit 55cf951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: poetry build
2828

2929
- name: Publish package distributions to PyPI
30-
uses: pypa/gh-action-pypi-publish@v1.8.10
30+
uses: pypa/gh-action-pypi-publish@v1.12.4
3131
with:
3232
verbose: true
3333

0 commit comments

Comments
 (0)