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: ...@@ -75,7 +75,7 @@ build_dev_package:
script: script:
- python3 setup.py egg_info -b+dev.$CI_COMMIT_SHORT_SHA sdist bdist_wheel - python3 setup.py egg_info -b+dev.$CI_COMMIT_SHORT_SHA sdist bdist_wheel
artifacts: artifacts:
path: paths:
- ./dist - ./dist
build_package: build_package:
...@@ -86,10 +86,10 @@ build_package: ...@@ -86,10 +86,10 @@ build_package:
- python setup.py egg_info -b.$CI_COMMIT_SHORT_SHA sdist bdist_wheel - python setup.py egg_info -b.$CI_COMMIT_SHORT_SHA sdist bdist_wheel
only: [master] only: [master]
artifacts: artifacts:
path: paths:
- ./dist - ./dist
publish: publish_package:
stage: publish stage: publish
tags: tags:
- docker-executor - docker-executor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment