Skip to content

Commit 9e3600e

Browse files
committed
avoid deprecated call to setup.py
1 parent c31c208 commit 9e3600e

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
@@ -164,9 +164,8 @@ jobs:
164164

165165
- name: Build
166166
run: |
167-
python -m pip install --upgrade pip wheel pep517
168167
rm -rf dist/*
169-
python setup.py bdist_wheel sdist
168+
pipx run build .
170169
171170
- name: Files to be pushed to PyPi
172171
run: ls -R dist/

0 commit comments

Comments
 (0)