Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
senpy
senpy
Commits
c6e79fa5
Commit
c6e79fa5
authored
Oct 03, 2017
by
J. Fernando Sánchez
Browse files
Changed pypi repository
parent
f6bf7459
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c6e79fa5
...
...
@@ -69,7 +69,8 @@ deploy_pypi:
stage
:
deploy
script
:
# Configure the PyPI credentials, then push the package, and cleanup the creds.
-
echo "[server-login]" >> ~/.pypirc
-
echo "username=" ${PYPI_USER} >> ~/.pypirc
-
echo "repository=https://upload.pypi.org/legacy/" >> ~/.pypirc
-
echo "password=" ${PYPI_PASSWORD} >> ~/.pypirc
-
echo "password=" ${PYPI_PASSWORD} >> ~/.pypirc
-
make pip_upload
-
echo "" > ~/.pypirc && rm ~/.pypirc
# If the above fails, this won't run.
...
...
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