We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bcad29 commit 879b51bCopy full SHA for 879b51b
.github/workflows/dist.yml
@@ -69,12 +69,14 @@ jobs:
69
70
- name: Generate artifact attestations
71
uses: actions/attest-build-provenance@v3
72
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
+ if: github.event_name == 'workflow_dispatch'
73
+ # if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
74
with:
75
subject-path: "dist/*"
76
77
- name: Publish package distributions to PyPI
78
uses: pypa/gh-action-pypi-publish@release/v1
79
80
verbose: true
81
82
0 commit comments