Commit 1301f8c2 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch 'fix/publish' into 'master'

chore: remove unused parameter

See merge request to-be-continuous/python!81
parents 5fea1c40 ab29d050
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -886,7 +886,7 @@ py-publish:
  extends: .python-base
  stage: publish
  script:
    - py_publish $CI_COMMIT_TAG
    - py_publish
  artifacts:
    paths:
      - $PYTHON_PROJECT_DIR/dist/*