Skip to content
Snippets Groups Projects
Commit 83fafd4b authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

publish_python_package: fix bug in .gitalb-ci.yaml file.

parent b28afb68
No related branches found
No related tags found
1 merge request!6Publish python package
Pipeline #11424 passed
......@@ -75,7 +75,7 @@ build_dev_package:
script:
- python3 setup.py egg_info -b+dev.$CI_COMMIT_SHORT_SHA sdist bdist_wheel
artifacts:
path:
paths:
- ./dist
build_package:
......@@ -86,10 +86,10 @@ build_package:
- python setup.py egg_info -b.$CI_COMMIT_SHORT_SHA sdist bdist_wheel
only: [master]
artifacts:
path:
paths:
- ./dist
publish:
publish_package:
stage: publish
tags:
- docker-executor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment