Skip to content

Commit

Permalink
fix: downgrade pypi action (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov authored Nov 13, 2024
1 parent df923a2 commit 15922df
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_for_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,4 @@ jobs:
python setup.py bdist_wheel --plat-name=win_amd64
- name: Publish package to PyPi
if: inputs.publish == true
uses: pypa/gh-action-pypi-publish@release/v1



uses: pypa/[email protected] # Currently an issue with attestations on `release/v1`

0 comments on commit 15922df

Please sign in to comment.