Skip to content

Commit b17b5c2

Browse files
committed
chore: remove attestation step from CI publish workflow
1 parent b42c585 commit b17b5c2

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Upload wheels
3939
uses: actions/upload-artifact@v4
4040
with:
41-
name: wheels-linux
41+
name: wheels-linux-${{ matrix.platform.runner }}-${{ matrix.python-version }}
4242
path: dist
4343

4444
# ----------------------------------------
@@ -62,7 +62,7 @@ jobs:
6262
- name: Upload wheels
6363
uses: actions/upload-artifact@v4
6464
with:
65-
name: wheels-windows
65+
name: wheels-windows-${{ matrix.python-version }}
6666
path: dist
6767

6868
# ----------------------------------------
@@ -86,7 +86,7 @@ jobs:
8686
- name: Upload wheels
8787
uses: actions/upload-artifact@v4
8888
with:
89-
name: wheels-macos
89+
name: wheels-macos-${{ matrix.python-version }}
9090
path: dist
9191

9292
# ----------------------------------------
@@ -127,16 +127,10 @@ jobs:
127127
path: .
128128
merge-multiple: true
129129

130-
- name: Generate artifact attestation
131-
uses: actions/attest-build-provenance@v2
132-
with:
133-
subject-path: '{wheels-*/*,sdist-artifact/*}'
134-
135130
- name: List distributions before upload
136131
run: ls -lh .
137132

138133
- name: Publish to PyPI (trusted publisher)
139134
uses: pypa/gh-action-pypi-publish@v1.8.8
140135
with:
141-
skip-existing: true
142136
packages-dir: ./

0 commit comments

Comments
 (0)