Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment