Skip to content

Commit

Permalink
workflow v4
Browse files Browse the repository at this point in the history
  • Loading branch information
hannorein committed Nov 27, 2024
1 parent 0e115c3 commit 5d649b9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:

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

make_sdist:
Expand All @@ -43,6 +44,7 @@ jobs:

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

upload_all:
Expand All @@ -53,9 +55,10 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
steps:
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v4
with:
name: artifact
pattern: dist-*
merge-multiple: true
path: dist

- uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 5d649b9

Please sign in to comment.