Skip to content

Commit

Permalink
use build in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ronpandolfi committed Mar 12, 2024
1 parent 28bdea2 commit 3a82630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:

- name: Setup deploy
run: |
pip install --upgrade setuptools wheel twine
python setup.py sdist bdist_wheel
pip install --upgrade build wheel twine
python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 3a82630

Please sign in to comment.