Skip to content

Commit e4fb7aa

Browse files
committed
Fix publish
1 parent 3ff8178 commit e4fb7aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
set -xe
4848
python -VV
4949
python -m site
50-
python -m pip install --upgrade pip setuptools wheel
50+
python -m pip install --upgrade pip setuptools
5151
python -m pip install -r dev-requirements.txt
5252
python -m pip install sphinx==${{ matrix.sphinx-version }}
5353
- name: Run Tests for ${{ matrix.python-version }}
@@ -67,7 +67,7 @@ jobs:
6767
python-version: '3.13'
6868
- name: Install Dependencies
6969
run: |
70-
python -m pip install --upgrade pip
70+
python -m pip install --upgrade setuptools pip
7171
pip install -r ./dev-requirements.txt
7272
- name: Build PyPI Wheel
7373
run: |

0 commit comments

Comments
 (0)