Loading templates/python.yml +11 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,17 @@ build-wheel: - job: build-wheel artifacts: true .audit-wheel: extends: .python3 stage: test before_script: - pip install auditwheel script: - find dist/ -name '*.whl' -print0 | xargs --null auditwheel --verbose show needs: - job: build-wheel artifacts: true pypi-upload: extends: .python3 stage: deploy Loading Loading
templates/python.yml +11 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,17 @@ build-wheel: - job: build-wheel artifacts: true .audit-wheel: extends: .python3 stage: test before_script: - pip install auditwheel script: - find dist/ -name '*.whl' -print0 | xargs --null auditwheel --verbose show needs: - job: build-wheel artifacts: true pypi-upload: extends: .python3 stage: deploy Loading