Skip to content

Commit

Permalink
Set Python version to 3.10 in PyPI workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
aholmes committed Feb 7, 2024
1 parent 160f7d4 commit b011ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PyPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: ./.github/workflows/PyPI-scripts/extract-package-details-from-tag.sh
- uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.10"

- name: Install pypa/build
run: python3 -m pip install build --user
Expand Down

0 comments on commit b011ca1

Please sign in to comment.