We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 980f5c7 commit e06cbdfCopy full SHA for e06cbdf
.github/workflows/publish.yml
@@ -45,6 +45,11 @@ jobs:
45
uses: pypa/gh-action-pypi-publish@release/v1
46
with:
47
repository_url: https://test.pypi.org/legacy/
48
+ # The pypa/gh-action-pypi-publish action sources attestations from the
49
+ # same source, so leaving attestations enabled (the default behavior)
50
+ # for both steps will cause the production PyPI step to fail; however,
51
+ # disabling attestations on the test PyPI step should allow the
52
+ # production PyPI step to succeed
53
attestations: false
54
55
- name: Publish distribution to PyPI
0 commit comments