Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
enstools-encoding
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
w2w
enstools-encoding
Commits
50647f25
Commit
50647f25
authored
1 year ago
by
Oriol Tintó
Browse files
Options
Downloads
Patches
Plain Diff
Clean .gitlab-ci.yml
parent
11db0f15
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!10
Code cleaning, better documentation and updated CI.
,
!9
Fix CI publishing.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-7
4 additions, 7 deletions
.gitlab-ci.yml
with
4 additions
and
7 deletions
.gitlab-ci.yml
+
4
−
7
View file @
50647f25
...
...
@@ -22,14 +22,11 @@ deploy to testpypi:
image
:
python:3.8
tags
:
-
docker.meteo.physik.lmu.de
#
only:
#
- tags
only
:
-
tags
script
:
-
pip install twine
-
python setup.py sdist bdist_wheel
-
echo "Dummy:'$ENVTEST'"
-
echo "Dummy:$ENVTEST"
-
echo "My password is:'$PYPI_TEST_PASSWORD'"
-
twine upload -u "__token__" -p "$PYPI_TEST_PASSWORD" --repository-url https://test.pypi.org/legacy/ --skip-existing dist/*
install from testpypi
:
...
...
@@ -37,8 +34,8 @@ install from testpypi:
image
:
python:3.8
tags
:
-
docker.meteo.physik.lmu.de
#
only:
#
- tags
only
:
-
tags
needs
:
[
"
deploy-to-testpypi"
]
script
:
-
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ enstools-encoding
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment