Skip to content

Commit

Permalink
Upgrade setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
psrok1 committed Jul 31, 2024
1 parent 5e701d9 commit 248fd25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
with:
python-version: 3.8
- name: Build source distribution
run: python3 setup.py sdist
run: |
pip install -U setuptools
python3 setup.py sdist
- name: Build wheel distribution
run: |
pip install cibuildwheel==2.19.2
Expand Down

0 comments on commit 248fd25

Please sign in to comment.