Skip to content

Commit

Permalink
workflows: fix to py310 for release to be safe
Browse files Browse the repository at this point in the history
Some packages don't support 3.11 yet and can break release.yaml.
  • Loading branch information
chanshing committed May 9, 2023
1 parent 78a8a4b commit b4d13ab
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 @@ -37,7 +37,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.10"

- name: Build source and wheel distributions
run: |
Expand Down

0 comments on commit b4d13ab

Please sign in to comment.