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
Branches
Tags
No related merge requests found
...@@ -886,7 +886,7 @@ py-publish: ...@@ -886,7 +886,7 @@ py-publish:
extends: .python-base extends: .python-base
stage: publish stage: publish
script: script:
- py_publish $CI_COMMIT_TAG - py_publish
artifacts: artifacts:
paths: paths:
- $PYTHON_PROJECT_DIR/dist/* - $PYTHON_PROJECT_DIR/dist/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment