Skip to content

Commit

Permalink
Update wheel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdu committed Feb 21, 2024
1 parent cec6c47 commit fced484
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
env:
CIBW_SKIP: pp*
CIBW_BUILD_VERBOSITY: 0
CIBW_ARCHS_MACOS: x86_64 arm64 universal2

- name: Display wheel
run: ls -l wheelhouse

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

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

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

upload_pypi:
Expand All @@ -59,7 +60,8 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: artifact
pattern: artifact-*
merge-multiple: true
path: dist

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

0 comments on commit fced484

Please sign in to comment.