1
0
mirror of synced 2025-02-25 14:25:26 +01:00

Remove the deploy stage of the CI, which ended up never being used

This commit is contained in:
Stepland 2024-07-27 12:40:47 +02:00
parent 1508ec06f0
commit 396073f907

View File

@ -8,7 +8,6 @@ workflow:
stages:
- test
- deploy
# Move pip's and poetry's caches to somewhere gitlab can cache
# https://pip.pypa.io/en/stable/topics/configuration/#environment-variables
@ -34,12 +33,4 @@ test:
- poetry run black --check jubeatools
- poetry run flake8 jubeatools
- poetry run mypy jubeatools
- poetry run pytest jubeatools --hypothesis-profile ci
build and publish:
stage: deploy
when: manual
variables:
POETRY_PYPI_TOKEN_PYPI: $POETRY_PYPI_TOKEN_PYPI
script:
- poetry publish --build
- poetry run pytest jubeatools --hypothesis-profile ci