Skip to content

Commit

Permalink
Oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
psrok1 committed Jul 31, 2024
1 parent 8c588f7 commit 75b053d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Build source distribution
run: python3 setup.py sdist
- name: Build wheel distribution
run:
run: |
pip install cibuildwheel==2.19.2
python -m cibuildwheel --output-dir dist --archs x86_64 --platform linux
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 75b053d

Please sign in to comment.