Skip to content
Snippets Groups Projects
Commit acea4d68 authored by Laurenz Alexander Neumann's avatar Laurenz Alexander Neumann
Browse files

Datei .gitlab-ci.yml aktualisieren

parent b0510455
No related branches found
No related tags found
No related merge requests found
Pipeline #1698987 passed
...@@ -28,4 +28,6 @@ publish: ...@@ -28,4 +28,6 @@ publish:
script: script:
- TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python -m twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/* - TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python -m twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/*
rules: rules:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
\ No newline at end of file changes:
- pyproject.toml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment