Skip to content

Commit

Permalink
Update build steps to remove setup.py
Browse files Browse the repository at this point in the history
We don't use that method any more, use the build process to sdist
  • Loading branch information
jamielennox committed Mar 27, 2024
1 parent 86d5ec6 commit 04e5ce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel reno
pip install build setuptools wheel reno
- name: Build and publish
run: |
python setup.py sdist bdist_wheel
python -m build
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 04e5ce9

Please sign in to comment.