Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
soil
soil
Commits
db505da4
Commit
db505da4
authored
Mar 07, 2022
by
J. Fernando Sánchez
Browse files
Minor CI change
parent
8eb8eb16
Pipeline
#3496
failed with stages
in 3 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
db505da4
...
...
@@ -37,7 +37,7 @@ push_pypi:
-
echo $CI_COMMIT_TAG > soil/VERSION
-
pip install twine
-
python setup.py sdist bdist_wheel
-
TWINE_PASSWORD=${PYPI_PASSWORD} TWINE_USERNAME={PYPI_USERNAME} python -m twine upload
--ignore-existing
dist/*
-
TWINE_PASSWORD=${PYPI_PASSWORD} TWINE_USERNAME={PYPI_USERNAME} python -m twine upload dist/*
check_pypi
:
only
:
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment