Commit 41c1aa45 authored by nimrod's avatar nimrod
Browse files

Allow skipping of uploading to PyPI.

parent cd8fadff
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -48,8 +48,8 @@ pypi-upload:
  script:
    - twine check dist/*
    - twine upload --config-file "$pypirc" dist/*
  only:
    - tags
  rules:
    - if: $CI_COMMIT_TAG && ($SKIP_PYPI_UPLOAD == null)
  needs:
    - job: build-wheel
      artifacts: true