Skip to content

Commit b0e633c

Browse files
committed
ci: fix pypi publishing job
Temp revert to old version, cf. pypa/gh-action-pypi-publish#300
1 parent 1016437 commit b0e633c

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
@@ -53,6 +53,6 @@ jobs:
5353

5454
- name: Publish package to PyPI
5555
if: env.PREVIOUS_REVISION != env.REVISION
56-
uses: pypa/gh-action-pypi-publish@release/v1
56+
uses: pypa/gh-action-pypi-publish@release/v1.11
5757
with:
5858
attestations: true

0 commit comments

Comments
 (0)