Skip to content

Commit

Permalink
https://github.com/pypa/gh-action-pypi-publish/issues/283
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Jan 8, 2025
1 parent 7b311f3 commit 2f35167
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
repository-url: https://test.pypi.org/legacy/
print-hash: true
verbose: true

# Temporary workaround for
# https://github.com/pypa/gh-action-pypi-publish/issues/283
attestations: false
publish-to-pypi:
name: >-
Publish Python 🐍 distribution 📦 to PyPI
Expand All @@ -74,6 +76,9 @@ jobs:
with:
print-hash: true
verbose: true
# Temporary workaround for
# https://github.com/pypa/gh-action-pypi-publish/issues/283
attestations: false

github-release:
name: >-
Expand Down

0 comments on commit 2f35167

Please sign in to comment.