Loading python/twine.yml +3 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,9 @@ variables: python:twine: extends: .python:pre stage: .post variables: JOB_PACKAGE: twine build script: - pip3 install twine build - !reference [".python:pre", script] - python3 -m build - twine upload --skip-existing --repository-url ${TWINE_REGISTRY} dist/* Loading
python/twine.yml +3 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,9 @@ variables: python:twine: extends: .python:pre stage: .post variables: JOB_PACKAGE: twine build script: - pip3 install twine build - !reference [".python:pre", script] - python3 -m build - twine upload --skip-existing --repository-url ${TWINE_REGISTRY} dist/*