Skip to content

Commit

Permalink
ci: install setuptools in release-please for py312
Browse files Browse the repository at this point in the history
Release-As: 0.5.2
  • Loading branch information
mikkonie committed Jan 25, 2024
1 parent aebc26f commit 7164824
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 @@ -31,6 +31,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
run: |
python -m pip install --upgrade pip
pip install setuptools
python setup.py sdist
- name: Publish to PyPI
Expand Down

0 comments on commit 7164824

Please sign in to comment.