Loading templates/python.yml +4 −3 Original line number Diff line number Diff line Loading @@ -17,11 +17,12 @@ build-wheel: extends: .python3-build script: - python3 setup.py check --verbose --metadata --restructuredtext --strict - python3 setup.py bdist_wheel - python3 -m build after_script: - twine check dist/*.whl - &twine_check twine check dist/*.whl artifacts: paths: - dist/*.tar.gz - dist/*.whl .install-wheel: Loading @@ -48,7 +49,7 @@ pypi-upload: extends: .python3-build stage: deploy script: - twine check dist/* - *twine_check - twine upload --config-file "$pypirc" dist/* rules: - if: $CI_COMMIT_TAG && ($SKIP_PYPI_UPLOAD == null) Loading Loading
templates/python.yml +4 −3 Original line number Diff line number Diff line Loading @@ -17,11 +17,12 @@ build-wheel: extends: .python3-build script: - python3 setup.py check --verbose --metadata --restructuredtext --strict - python3 setup.py bdist_wheel - python3 -m build after_script: - twine check dist/*.whl - &twine_check twine check dist/*.whl artifacts: paths: - dist/*.tar.gz - dist/*.whl .install-wheel: Loading @@ -48,7 +49,7 @@ pypi-upload: extends: .python3-build stage: deploy script: - twine check dist/* - *twine_check - twine upload --config-file "$pypirc" dist/* rules: - if: $CI_COMMIT_TAG && ($SKIP_PYPI_UPLOAD == null) Loading