Skip to content

Commit

Permalink
Update build wflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Munro authored Aug 24, 2023
1 parent 57d8acf commit 7109a44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools setuptools_scm wheel
pip install setuptools setuptools_scm wheel build
- name: Build packages
run: python setup.py sdist bdist_wheel
run: python -m build
working-directory: ./

- name: Publish package
Expand Down

0 comments on commit 7109a44

Please sign in to comment.