Skip to content
Snippets Groups Projects
Commit 17a6b103 authored by Anton Tetov Johansson's avatar Anton Tetov Johansson
Browse files

Debug ci publish

parent 212dd7c1
Branches
Tags
No related merge requests found
Pipeline #1693 passed
......@@ -3,6 +3,7 @@
variables:
PIP_CACHE_DIR: "${CI_PROJECT_DIR}/.cache/pip"
PRE_COMMIT_HOME: "${CI_PROJECT_DIR}/.cache/pre-commit"
PYPI_TOKEN: "$PYPI_TOKEN"
CI_DEBUG_TRACE: "true"
cache:
......@@ -66,8 +67,8 @@ test_py3.10:
publish:
stage: publish
only:
- /^v(\d+\.)(\d+\.)(\d+)$/
#only:
# - /^v(\d+\.)(\d+\.)(\d+)$/
script:
- make build
- poetry publish --username=__token__ --password="$PYPI_TOKEN"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment