Skip to content

Commit 8b41df6

Browse files
authored
Update publish.yml
Pin Python version to fix publishing error
1 parent 00a71e4 commit 8b41df6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@v3
1717
with:
18-
python-version: 3.x
18+
python-version: 3.12
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up Python
3737
uses: actions/setup-python@v3
3838
with:
39-
python-version: 3.x
39+
python-version: 3.12
4040
- name: Add conda to system path
4141
run: |
4242
# $CONDA is an environment variable pointing to the root of the miniconda directory

0 commit comments

Comments
 (0)