Skip to content

Commit

Permalink
fix: pinning python to 3.11 for build so we have setuptools (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Nov 16, 2023
1 parent c982b4f commit 54d4e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11'

- name: Build package
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit 54d4e8c

Please sign in to comment.