Skip to content

Commit

Permalink
Sync for download/upload v4 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerbinns committed Jan 16, 2024
1 parent 3a18e61 commit cf9027e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: dist-${{ matrix.os }}
path: ./wheelhouse/*.whl


Expand Down Expand Up @@ -53,6 +54,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: dist-qemu-${{ matrix.arch }}
path: ./wheelhouse/*.whl


Expand All @@ -67,6 +69,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: dist-source
path: ./dist/*

pypi_publish:
Expand All @@ -79,7 +82,8 @@ jobs:
- name: Stage wheels
uses: actions/download-artifact@v4
with:
name: artifact
pattern: dist-*
merge-multiple: true
path: dist

- name: Publish package
Expand Down

0 comments on commit cf9027e

Please sign in to comment.