From dce22ba7b3fb87cb4e175a681aa9f900e0c91005 Mon Sep 17 00:00:00 2001 From: erik Date: Wed, 16 Aug 2023 13:54:28 +0200 Subject: [PATCH] Remove publish_artifact task for test purpose --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52ccd7d..22a5221 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,7 +43,7 @@ pypi-stable: <<: *tag_only stage: upload script: - - pyb -P version=$CI_COMMIT_TAG publish upload publish_artifacts + - pyb -P version=$CI_COMMIT_TAG publish upload clj-cljs-image-publish: <<: *img