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
79e107bd
Commit
79e107bd
authored
Oct 03, 2017
by
J. Fernando Sánchez
Browse files
Fixed mistake in .pypirc
parent
c6e79fa5
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
79e107bd
...
...
@@ -70,7 +70,7 @@ deploy_pypi:
script
:
# Configure the PyPI credentials, then push the package, and cleanup the creds.
-
echo "[server-login]" >> ~/.pypirc
-
echo "repository=https://upload.pypi.org/legacy/" >> ~/.pypirc
-
echo "
password
=" ${PYPI_
PASSWORD
} >> ~/.pypirc
- echo "
username
=" ${PYPI_
USER
} >> ~/.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