Skip to content

Commit

Permalink
Upgrade setuptools before building
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-rse committed Sep 11, 2023
1 parent d77503f commit 718bda2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
- name: Install
run: |
pip install .[pypi]
pip install --upgrade setuptools
- name: Build
run: |
python -m build --wheel --no-isolation
Expand Down

0 comments on commit 718bda2

Please sign in to comment.