Skip to content

Commit 2de7088

Browse files
committed
use build to build sdist, instead of deprecated setup.py invocation
1 parent 24bc373 commit 2de7088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
python-version: 3.x
5353
- name: Build source package
54-
run: python setup.py sdist
54+
run: pipx run build --sdist
5555
- name: Upload source package
5656
uses: actions/upload-artifact@v1
5757
with:

0 commit comments

Comments
 (0)