File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ jobs:
4848 with :
4949 python-version : ' 3.10'
5050 - name : Ensure latest pip, wheel & setuptools
51- run : python -m pip install -q --upgrade pip wheel setuptools
51+ run : python -m pip install -q --upgrade pip build wheel setuptools
5252 - uses : actions/checkout@v4
5353 - name : Generate sdist
5454 run : |
55- NLE_RELEASE_BUILD=1 python setup.py sdist
55+ NLE_RELEASE_BUILD=1 python -m build sdist
5656 - name : Install from sdist
5757 run : |
5858 SDISTNAME=$(ls dist/)
@@ -74,11 +74,11 @@ jobs:
7474 with :
7575 python-version : 3.13
7676 - name : Ensure latest pip, wheel & setuptools
77- run : python -m pip install -q --upgrade pip wheel setuptools
77+ run : python -m pip install -q --upgrade pip build wheel setuptools
7878 - uses : actions/checkout@v4
7979 - name : Generate sdist
8080 run : |
81- NLE_RELEASE_BUILD=1 python setup.py sdist
81+ NLE_RELEASE_BUILD=1 python -m build sdist
8282 - name : Install from sdist
8383 run : |
8484 SDISTNAME=$(ls dist/)
You can’t perform that action at this time.
0 commit comments