Skip to content

Commit

Permalink
ci: python version 3.x -> 3.10
Browse files Browse the repository at this point in the history
Test to see if it fixes setuptools not found.
  • Loading branch information
“Aidan committed Feb 1, 2024
1 parent fd394d3 commit c283a8c
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 @@ -28,7 +28,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 c283a8c

Please sign in to comment.