Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LHCData
lhc-sm-api
Commits
cb41ac9b
Commit
cb41ac9b
authored
Jun 27, 2022
by
Alessio Cosenza
Browse files
Merge branch 'SIGMON-325_versions' into 'dev'
[SIGMON-325] deploy accpy See merge request
!189
parents
771f25c1
c94c925c
Pipeline
#4153907
passed with stages
in 16 minutes and 9 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
cb41ac9b
...
...
@@ -94,16 +94,6 @@ sonar:
script
:
-
bash CI/sonar.sh
deploy_production
:
# Deploy package
stage
:
deploy
script
:
-
pip install twine
-
python setup.py sdist
-
twine upload --verbose --skip-existing dist/*
only
:
-
tags
deploy_production_eos
:
stage
:
deploy
variables
:
...
...
@@ -209,6 +199,18 @@ deploy_pro_lhcsmnb_eos:
before_script
:
[
]
after_script
:
[
]
build_wheel
:
stage
:
build
extends
:
.acc_py_build_wheel
only
:
-
tags
deploy_accpy
:
stage
:
deploy
extends
:
.acc_py_release_wheel
dependencies
:
-
build_wheel
deploy_lhcsmanalysis_eos
:
stage
:
deploy_analysis
variables
:
...
...
setup.py
View file @
cb41ac9b
...
...
@@ -26,7 +26,8 @@ REQUIREMENTS: dict = {
'plotly'
,
'pyspark'
,
'numpy'
,
'nxcals>=1.0.29'
'nxcals>=1.0.29'
,
'pyarrow'
],
'test'
:
[
'pytest'
,
'sphinx'
,
'sphinx-rtd-theme'
],
'dev'
:
[
...
...
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