Skip to content
Snippets Groups Projects

Resolve "Automated build"

Merged Mayr, Hannes requested to merge 37-automated-build into dev
1 unresolved thread
1 file
+ 1
4
Compare changes
  • Side-by-side
  • Inline
+ 1
4
@@ -67,7 +67,6 @@ pages:
@@ -67,7 +67,6 @@ pages:
- public
- public
rules:
rules:
- if: "$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH"
- if: "$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH"
- when: manual
sast:
sast:
before_script:
before_script:
@@ -95,14 +94,12 @@ include:
@@ -95,14 +94,12 @@ include:
build_and_upload:
build_and_upload:
stage: package
stage: package
needs: []
script:
script:
- pip install build twine
- pip install build twine
- python3 -m build
- python3 -m build
- TWINE_PASSWORD=${CI_PYPI_TOKEN} TWINE_USERNAME=__token__ python3 -m twine upload --repository testpypi dist/*
- TWINE_PASSWORD=${CI_PYPI_TOKEN} TWINE_USERNAME=__token__ python3 -m twine upload --repository testpypi dist/*
rules:
rules:
- if: "$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH"
- if: $CI_COMMIT_TAG
Please register or sign in to reply
- when: manual
release_job:
release_job:
stage: release
stage: release
Loading