Skip to content

Commit 2f35167

Browse files
committed
https://github.com/pypa/gh-action-pypi-publish/issues/283
1 parent 7b311f3 commit 2f35167

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ jobs:
4747
repository-url: https://test.pypi.org/legacy/
4848
print-hash: true
4949
verbose: true
50-
50+
# Temporary workaround for
51+
# https://github.com/pypa/gh-action-pypi-publish/issues/283
52+
attestations: false
5153
publish-to-pypi:
5254
name: >-
5355
Publish Python 🐍 distribution 📦 to PyPI
@@ -74,6 +76,9 @@ jobs:
7476
with:
7577
print-hash: true
7678
verbose: true
79+
# Temporary workaround for
80+
# https://github.com/pypa/gh-action-pypi-publish/issues/283
81+
attestations: false
7782

7883
github-release:
7984
name: >-

0 commit comments

Comments
 (0)