File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ jobs:
410
410
name : Check sdist package in build environment
411
411
command : |
412
412
source /tmp/build/bin/activate
413
- twine check dist/sdcflows*.tar.gz
413
+ twine check dist/sdcflows*
414
414
- run :
415
415
name : Install sdist package into install environment and check version
416
416
command : |
@@ -462,10 +462,6 @@ jobs:
462
462
virtualenv --python=python3 /tmp/install_sdist
463
463
source /tmp/install_sdist/bin/activate
464
464
python3 -m pip install "setuptools>=30.3.0" "pip>=10.0.1"
465
- deactivate
466
- virtualenv --python=python3 /tmp/install_wheel
467
- source /tmp/install_wheel/bin/activate
468
- python3 -m pip install "setuptools>30.3.0" "pip>=10.0.1"
469
465
- run :
470
466
name : Build SDCflows in build environment
471
467
command : |
@@ -474,10 +470,10 @@ jobs:
474
470
- store_artifacts :
475
471
path : /tmp/src/sdcflows/dist
476
472
- run :
477
- name : Check sdist package in build environment
473
+ name : Check sdist and wheel in build environment
478
474
command : |
479
475
source /tmp/build/bin/activate
480
- twine check dist/sdcflows*.tar.gz
476
+ twine check dist/sdcflows*
481
477
- run :
482
478
name : Install sdist package into install environment and check version
483
479
command : |
You can’t perform that action at this time.
0 commit comments