Skip to content

Commit

Permalink
use build
Browse files Browse the repository at this point in the history
  • Loading branch information
myifeng committed May 13, 2024
1 parent dcf6a25 commit ab28960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Build and test
run: |
python setup.py install sdist bdist_wheel
python setup.py build sdist bdist_wheel
pytest --disable-warnings
- name: Test Publish
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit ab28960

Please sign in to comment.