Skip to content

Commit

Permalink
Use Python 3.10 in pypi.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor authored Nov 24, 2023
1 parent a1a9f3c commit 94520b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: 3.*
python-version: "3.10"

- name: Install cibuildwheel
run: |
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: actions/setup-python@v4
name: Install Python
with:
python-version: 3.*
python-version: "3.10"

- name: Install dependencies
run: |
Expand All @@ -73,7 +73,7 @@ jobs:
steps:
- uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.10"

- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 94520b7

Please sign in to comment.