--- include: - remote: "https://jobs.just-ci.dev/v6.0.1-alpha.1/python/generic.yml" python:build: extends: .python:pre stage: build variables: PACKAGE: build script: - !reference [".python:pre", script] - python -m build . --outdir ${CI_PROJECT_DIR}/dist artifacts: paths: - dist needs: []