Skip to content

Commit

Permalink
Fix release workflow?
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyue Ping Ong committed Nov 17, 2023
1 parent e5b1894 commit 8b5dcef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,10 @@ jobs:
- run: |
python -m pip install build
pip install -e .
pip wheel -w dist .
- name: Build sdist
run: python -m build --sdist
run: |
python -m build --sdist
python -m build --wheel
- name: Publish to PyPi
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 8b5dcef

Please sign in to comment.