Skip to content

Commit

Permalink
ci: Adjust for breaking changes in {upload, download}-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolodi committed Jul 3, 2024
1 parent 7706014 commit 804d9a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
CIBW_TEST_COMMAND: python {project}/test.py
- uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.os }}-${{ matrix.architecture }}
path: wheelhouse/*.whl

sdist:
Expand All @@ -69,7 +70,8 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: artifact
pattern: wheels-*
merge-multiple: true
path: dist
- run: python -m pip install twine
- run: python -m twine upload dist/*
Expand Down

0 comments on commit 804d9a3

Please sign in to comment.