Skip to content

Commit

Permalink
Merge pull request #3507 from jenshnielsen/use_build_to_build_dists
Browse files Browse the repository at this point in the history
use build to build packages
  • Loading branch information
jenshnielsen committed Oct 25, 2021
2 parents fd32ba4 + 45670e3 commit c3b3749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload_to_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
with:
python-version: '3.7'
- name: Install build deps
run: pip install --upgrade pip setuptools wheel
run: pip install --upgrade pip setuptools wheel build
- name: Build
run: |
python setup.py sdist bdist_wheel
python -m build
- name: Install Twine
run: pip install twine
- name: Publish
Expand Down

0 comments on commit c3b3749

Please sign in to comment.