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 d4a2b2b commit a0fe30dCopy full SHA for a0fe30d
.github/workflows/pypi.yml
@@ -36,7 +36,7 @@ jobs:
36
run: pipx run build --sdist
37
38
- name: Attest GitHub build provenance
39
- uses: actions/attest-build-provenance@v1
+ uses: actions/attest-build-provenance@v2
40
with:
41
subject-path: dist/*.tar.gz
42
@@ -81,7 +81,7 @@ jobs:
81
uses: pypa/[email protected]
82
83
84
85
86
subject-path: ./wheelhouse/*.whl
87
@@ -116,7 +116,7 @@ jobs:
116
PYODIDE=1 python setup.py bdist_wheel --universal
117
118
119
120
121
subject-path: dist/*.whl
122
0 commit comments