Skip to content

Commit

Permalink
github/workflows/upload-to-pypi: use build
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Sep 17, 2022
1 parent 9912a2e commit 33a24ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
with:
python-version: 3.x

- run: pip install twine wheel
- run: pip install build twine wheel

- run: pip install -e .

- run: python setup.py sdist bdist_wheel
- run: python -m build --wheel --sdist

- run: twine upload --skip-existing dist/*
env:
Expand Down

0 comments on commit 33a24ad

Please sign in to comment.