Skip to content

Commit

Permalink
install setuptools during release
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Jan 13, 2025
1 parent f23830c commit 6937ece
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 @@ -19,8 +19,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install wheel
run: pip install wheel
- name: Install wheel and setuptools
run: pip install wheel setuptools
- name: Build sdist and wheel
run: python setup.py sdist bdist_wheel
- name: Publish to PyPI
Expand Down

0 comments on commit 6937ece

Please sign in to comment.