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
cab9a344
Commit
cab9a344
authored
Mar 07, 2022
by
J. Fernando Sánchez
Browse files
Fix typo CI/CD
parent
db505da4
Pipeline
#3497
passed with stages
in 4 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
cab9a344
...
...
@@ -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 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