Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Wellbore
Lib
Wellbore-cloud
Wellbore-gcp-lib
Commits
4f3d9d8f
Commit
4f3d9d8f
authored
Mar 01, 2021
by
Luc Yriarte
Browse files
Merge branch 'lib_registry' into 'master'
Common registry + version bump See merge request
!5
parents
ba7410cd
248add91
Pipeline
#29144
passed with stages
in 1 minute and 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4f3d9d8f
default
:
image
:
python:3.7-slim-buster
include
:
-
project
:
"
osdu/platform/domain-data-mgmt-services/wellbore/lib/lib-registry"
file
:
"
registry-setup.yml"
stages
:
-
test
-
deploy
...
...
@@ -34,6 +39,6 @@ deploylib:
-
pip3 install -r requirements_opengroup.txt
-
pip3 install twine
-
python3 setup.py sdist bdist_wheel
-
TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=${CI_REGISTRY_USER} python -m twine upload --repository-url ${CI_API_V4_URL}/projects/${
CI_PROJECT_ID
}/packages/pypi dist/*
-
TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=${CI_REGISTRY_USER} python -m twine upload --repository-url ${CI_API_V4_URL}/projects/${
WDMS_LIB_REGISTRY
}/packages/pypi dist/*
rules
:
-
if
:
$CI_COMMIT_BRANCH == 'master'
osdu_gcp/__init__.py
View file @
4f3d9d8f
__version__
=
'0.3.
0
'
__version__
=
'0.3.
1
'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment