Skip to content

Commit

Permalink
Revert VERSION and upload-python-registry job
Browse files Browse the repository at this point in the history
Go back to before it/e3-aws!21 as there is an issue pushing
the tag from CD

Ref it/org/operation_support/iaas/issues#214
  • Loading branch information
adanaja committed Dec 6, 2024
1 parent 9aace23 commit 010c038
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,13 @@ run windows tests:
upload-python-registry:
extends: .linux-image
stage: upload
services:
- image:e3
before_script:
- !reference [.linux-image, before_script]
- python -m pip install twine
script:
- python build_wheel.py --update
- CURRENT_DATE=$(date +"%Y%m%d%H%M")
- sed -i "s|[0-9][0-9.]*|&.${CURRENT_DATE}|" VERSION
- python -m pip wheel . -q --no-deps -C--python-tag=py3 -w build
- python -m twine upload --skip-existing
--repository-url https://${CI_SERVER_HOST}:${CI_SERVER_PORT}/api/v4/projects/202/packages/pypi
build/*.whl
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.4.dev1
22.3

0 comments on commit 010c038

Please sign in to comment.