Commit fa89f919 authored by nimrod's avatar nimrod
Browse files

I think it's cleaner this way.

parent 7d53614e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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: