Loading templates/python.yml +1 −2 Original line number Diff line number Diff line Loading @@ -38,10 +38,9 @@ pypi-upload: image: python:slim before_script: - pip install twine - mv "$pypirc" $HOME/.pypirc script: - twine check dist/* - twine upload dist/* - twine upload --config-file "$pypirc" dist/* variables: XDG_CACHE_HOME: "$CI_PROJECT_DIR/.cache" cache: Loading Loading
templates/python.yml +1 −2 Original line number Diff line number Diff line Loading @@ -38,10 +38,9 @@ pypi-upload: image: python:slim before_script: - pip install twine - mv "$pypirc" $HOME/.pypirc script: - twine check dist/* - twine upload dist/* - twine upload --config-file "$pypirc" dist/* variables: XDG_CACHE_HOME: "$CI_PROJECT_DIR/.cache" cache: Loading