Skip to content

Commit d82477b

Browse files
committed
fix wheel
1 parent 5a174e9 commit d82477b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ jobs:
6666

6767
- uses: actions/setup-python@v4
6868
with:
69-
python-version: '3.9'
69+
python-version: '3.11'
7070

71-
- run: python -m pip install --upgrade pip wheel
71+
- run: python -m pip install --upgrade pip setuptools wheel
7272
- run: python setup.py sdist
7373
- run: python -m pip install -v dist/pyhepmc-*
7474
- run: python -m pytest

0 commit comments

Comments
 (0)