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 1132cb2 commit 5372e3b
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 setup.py sdist
# run: python3 setup.py sdist
run: python3 -m pip install --user -e .
# run: python setup.py bdist_wheel --universal
- name: Store the distribution packages
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 5372e3b

Please sign in to comment.