Skip to content

Commit

Permalink
fixes bdist_wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
fakufaku committed Apr 23, 2024
1 parent a4a29aa commit 19a8efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Test the binary wheels
if: matrix.os != 'ubuntu-latest'
run: |
python -m build bdist_wheel
python -m build --wheel
twine check dist/*
- name: Publish sdist to pypi
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v') && matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 19a8efa

Please sign in to comment.