Loading python/poetry/publish.yml +2 −2 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ python:poetry:publish: - | if [ -z $CI_COMMIT_TAG ]; then echo "[-] Only doing a dry run. This will publish when run in a tagged pipeline." poetry publish --build --dry-run -r repo poetry publish --no-interaction --build --dry-run -r repo else poetry publish --build -r repo poetry publish --no-interaction --build -r repo fi Loading
python/poetry/publish.yml +2 −2 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ python:poetry:publish: - | if [ -z $CI_COMMIT_TAG ]; then echo "[-] Only doing a dry run. This will publish when run in a tagged pipeline." poetry publish --build --dry-run -r repo poetry publish --no-interaction --build --dry-run -r repo else poetry publish --build -r repo poetry publish --no-interaction --build -r repo fi