Skip to content

Commit

Permalink
Merge branch 'morosi-version' into 'master'
Browse files Browse the repository at this point in the history
Revert VERSION and upload-python-registry job

See merge request it/e3-aws!27
  • Loading branch information
adanaja committed Dec 6, 2024
2 parents 9aace23 + 010c038 commit df7def8
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 df7def8

Please sign in to comment.