Skip to content

Commit 497b618

Browse files
authored
ci: update publish workflow (#186)
1 parent ddea97b commit 497b618

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,8 @@ jobs:
3737
name: Packages
3838

3939
- name: Generate artifact attestation for sdist and wheel
40-
uses: actions/attest-build-provenance@v1
40+
uses: actions/attest-build-provenance@v2
4141
with:
4242
subject-path: "dist/uproot_browser-*"
4343

4444
- uses: pypa/gh-action-pypi-publish@release/v1
45-
with:
46-
attestations: true

0 commit comments

Comments
 (0)