Skip to content

Commit

Permalink
Update pypi_test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kccwing authored Aug 28, 2024
1 parent 7418a8d commit 0add8ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pypi_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
build
--user
- name: Build a binary wheel and a source tarball
run: python3 -m build
# run: python3 -m build
run: python setup.py bdist_wheel --universal
- name: Store the distribution packages
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 0add8ca

Please sign in to comment.