Skip to content

Commit

Permalink
Change python build command in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinitto committed Nov 1, 2022
1 parent 80b32ad commit 72beafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
pip install -r requirements.txt
- name: Build
run: |
python setup.py sdist bdist_wheel
python -m build
- name: Upload to pypi
run: |
twine upload -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }} dist/*

0 comments on commit 72beafa

Please sign in to comment.