Skip to content

Commit

Permalink
herp derp
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Oct 11, 2024
1 parent 56ffc4d commit 84e4613
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:

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

build_sdist:
Expand All @@ -50,6 +51,7 @@ jobs:

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

upload_pypi:
Expand All @@ -59,7 +61,19 @@ jobs:
steps:
- uses: actions/[email protected]
with:
name: artifact
name: sdist
path: dist
- uses: actions/[email protected]
with:
name: ubuntu-22.04
path: dist
- uses: actions/[email protected]
with:
name: windows-2019
path: dist
- uses: actions/[email protected]
with:
name: macOS-12
path: dist
- name: Publish distribution to PyPI
if: startsWith(github.ref, 'refs/tags')
Expand Down

0 comments on commit 84e4613

Please sign in to comment.