Skip to content

Commit

Permalink
Pin python version to 3.10 because of 3.12 github actions incompatibi…
Browse files Browse the repository at this point in the history
…lity for package release
  • Loading branch information
alexpalms committed Mar 10, 2024
1 parent 14af142 commit ab1fbe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: "3.10" # Need to limit to specific python version because of 3.12 fails with `python3 -m build` step
- run: python3 -m pip install --upgrade build twine
- name: build package
run: |
Expand Down

0 comments on commit ab1fbe5

Please sign in to comment.