Skip to content

Commit

Permalink
ci: fix pypi publishing job
Browse files Browse the repository at this point in the history
Temp revert to old version, cf. pypa/gh-action-pypi-publish#300
  • Loading branch information
nikaro committed Nov 18, 2024
1 parent bbcc31c commit c7a5837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:

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

0 comments on commit c7a5837

Please sign in to comment.