Loading templates/pypi-upload.yml +5 −2 Original line number Diff line number Diff line Loading @@ -8,8 +8,11 @@ pypi-upload: script: - python setup.py bdist_wheel - twine upload dist/* variables: *variables cache: *cache variables: XDG_CACHE_HOME: "$CI_PROJECT_DIR/.cache" cache: paths: - .cache/ rules: - if: $CI_COMMIT_TAG artifacts: Loading Loading
templates/pypi-upload.yml +5 −2 Original line number Diff line number Diff line Loading @@ -8,8 +8,11 @@ pypi-upload: script: - python setup.py bdist_wheel - twine upload dist/* variables: *variables cache: *cache variables: XDG_CACHE_HOME: "$CI_PROJECT_DIR/.cache" cache: paths: - .cache/ rules: - if: $CI_COMMIT_TAG artifacts: Loading