Skip to content

Commit

Permalink
fix: install setuptools in release-please CI for Python 3.12+
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Jan 10, 2024
1 parent 2b27107 commit 513973c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
run: |
python -m pip install --upgrade pip
pip install -U setuptools
python setup.py sdist
- name: Publish to PyPI
Expand Down

0 comments on commit 513973c

Please sign in to comment.