Skip to content

Commit 8358fcc

Browse files
committed
avoid deprecated call to setup.py
1 parent 2e8bcdd commit 8358fcc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,8 @@ jobs:
161161

162162
- name: Build
163163
run: |
164-
python -m pip install --upgrade pip wheel pep517
165164
rm -rf dist/*
166-
python setup.py bdist_wheel sdist
165+
pipx run build .
167166
168167
- name: Files to be pushed to PyPi
169168
run: ls -R dist/

0 commit comments

Comments
 (0)