Skip to content

Commit

Permalink
Fix wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-fischer committed May 24, 2024
1 parent 946c7d8 commit e553674
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
python -m pip install --upgrade pip
pip install build
- name: Build package
run: python -m build
run: |
python -m build -w
python -m build -s
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit e553674

Please sign in to comment.