From cbac794d3ebf19734bb12c34dfae667e6b4a47e5 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Tue, 28 Feb 2023 08:45:38 +0100 Subject: [PATCH] [ci] Fixed publish wheels job typo. --- scripts/ci/jobs/build-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/jobs/build-wheels.yml b/scripts/ci/jobs/build-wheels.yml index 7ec1f82c100..2425477dbd2 100644 --- a/scripts/ci/jobs/build-wheels.yml +++ b/scripts/ci/jobs/build-wheels.yml @@ -70,8 +70,8 @@ publish wheels: - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH - when: never script: + - pipx run build --sdist --outdir wheelhouse - > - pipx run build --sdist --outdir wheelhouse pipx run twine upload ${PYPI_REPO} ${PYPI_AUTH} -- GitLab