Skip to content

Commit c0aeb68

Browse files
committed
🩹Fix publish workflow
1 parent c0e16ee commit c0aeb68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/python-publish.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set up Python ${{ matrix.python-version }}
3939
uses: actions/setup-python@v5
4040
with:
41-
python-version: ${{ matrix.python-version }}
41+
python-version: "3.12"
4242
- name: Install tox
4343
run: |
4444
python -m pip install --upgrade pip
@@ -83,7 +83,7 @@ jobs:
8383
- name: Set up Python
8484
uses: actions/setup-python@v5
8585
with:
86-
python-version: ${{ matrix.python-version }}
86+
python-version: "3.12"
8787
- name: Install dependencies
8888
run: |
8989
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)