We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96cfaa6 commit c5645d8Copy full SHA for c5645d8
.github/workflows/pypi-release.yml
@@ -52,6 +52,7 @@ jobs:
52
with:
53
user: __token__
54
password: ${{ secrets.pypi_password }}
55
+ attestations: false
56
- name: Install GitPython and cloudevents for pypi_packaging
57
run: pip install -U -r requirements/publish.txt
58
- name: Create Tag
0 commit comments