Commit 86ce83a4 authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

fix: twine cd to context

parent 4f6066cd
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -10,7 +10,9 @@ variables:
python:twine:
  extends: .python:pre
  stage: .post
  variables:
    JOB_PACKAGE: twine build
  script:
    - pip3 install twine build
    - !reference [".python:pre", script]
    - python3 -m build
    - twine upload --skip-existing --repository-url ${TWINE_REGISTRY} dist/*