Resolve "Automated build"
1 unresolved thread
1 unresolved thread
Closes #37 (closed)
Packaging, uploading the package and creating a gitlab release is now triggered by adding a new tag (not a release!). The release notes of the new tag MUST be empty.
Packaging and uploading should work. For now it points to the testpypi instance. After testing it from creating a test-tag, we can point the upload URL to the production instance of PyPI.
Merge request reports
Activity
Filter activity
changed milestone to %Version 1.0.0
added effortmed priorityhigh labels
requested review from @m.hock
assigned to @hannes.mayr
95 94 96 95 build_and_upload: 97 96 stage: package 98 needs: [] 99 97 script: 100 98 - pip install build twine 101 99 - python3 -m build 102 100 - TWINE_PASSWORD=${CI_PYPI_TOKEN} TWINE_USERNAME=__token__ python3 -m twine upload --repository testpypi dist/* 103 101 rules: 104 - if: "$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH" 105 - when: manual 102 - if: $CI_COMMIT_TAG added 2 commits
added 1 commit
- accd5862 - Change package destination to pypi.org and not the test instance anymore.
mentioned in commit e63ca243
Please register or sign in to reply