Skip to content

Commit

Permalink
ci: install setuptools to fix "python sdist" in release-please
Browse files Browse the repository at this point in the history
Release-As: 0.6.1
  • Loading branch information
holtgrewe committed Jan 23, 2024
1 parent 2e7c4f1 commit 0dee34b
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 setuptools
python setup.py sdist
- name: Publish to PyPI
Expand Down

0 comments on commit 0dee34b

Please sign in to comment.