8000 Merge pull request #297 from python-lz4/jgu/fix-dist · python-lz4/python-lz4@9e0169a · GitHub
[go: up one dir, main page]

Skip to content

Commit 9e0169a

Browse files
Merge pull request #297 from python-lz4/jgu/fix-dist
Fix publishing to PyPi
2 parents 5cfe4e6 + be4b2a9 commit 9e0169a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_dist.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ jobs:
8080
- name: Save wheels
8181
uses: actions/upload-artifact@v4
8282
with:
83-
name: cibw-wheels-${{ strategy.job-index }}.whl
84-
path: wheelhouse/*.whl
83+
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
84+
path: ./wheelhouse/*.whl
8585

8686
upload_pypi:
8787
name: Upload to PyPI
@@ -93,6 +93,7 @@ jobs:
9393
with:
9494
pattern: cibw-*
9595
path: dist
96+
merge-multiple: true
9697
- uses: pypa/gh-action-pypi-publish@release/v1
9798
with:
9899
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)
0