Skip to content

Commit

Permalink
fix publish: use build
Browse files Browse the repository at this point in the history
  • Loading branch information
CarliJoy committed Apr 24, 2022
1 parent 7a37db5 commit 4245c4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
python-version: 3.7
- name: Build Project
run: |
python setup.py sdist bdist_wheel
python -m pip install build
python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 4245c4c

Please sign in to comment.