Skip to content

Commit

Permalink
Upload macos x86 wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonxslays committed Feb 25, 2024
1 parent adbb265 commit 2463c5a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ jobs:
pip install piston_rspy --no-index --find-links dist --force-reinstall
cd dist && python3 -c "import piston_rspy"
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist

macos-universal2:
runs-on: macos-latest
steps:
Expand Down

0 comments on commit 2463c5a

Please sign in to comment.