Skip to content

Commit

Permalink
Update wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm authored Mar 6, 2024
1 parent 5545848 commit 52c2f85
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
CIBW_ARCHS_MACOS: "x86_64 arm64"
- uses: actions/upload-artifact@v4
with:
name: binary-${{ matrix.os }}
path: ./wheelhouse/*.whl

build_sdist:
Expand All @@ -41,6 +42,7 @@ jobs:
python -m build --sdist .
- uses: actions/upload-artifact@v4
with:
name: sdist
path: dist/*.tar.gz

upload_pypi:
Expand All @@ -50,9 +52,9 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist

merge-multiple: true

- uses: pypa/gh-action-pypi-publish@v1.8.12
with:
user: __token__
Expand Down

0 comments on commit 52c2f85

Please sign in to comment.