Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
File Transfer Service
fts-rest
Commits
3c16a73a
Commit
3c16a73a
authored
Apr 18, 2018
by
Maria Arsuaga Rios
Browse files
FTS-1186
: HowTo
parent
29198ad8
Pipeline
#360977
failed with stage
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
howtopypi.txt
0 → 100644
View file @
3c16a73a
Instructions for uploading in pypi
[marsuaga@s3-centos7 fts-rest]$ cat ~/.pypirc
[distutils]
index-servers =
pypi
pypitest
[pypi]
repository=https://pypi.python.org/pypi
username=fts-devel
password=<passwd>
[pypitest]
repository=https://testpypi.python.org/pypi
username=fts-devel
password= <passwd>
[marsuaga@s3-centos7 fts-rest]$ python setup.py sdist
[marsuaga@s3-centos7 fts-rest]$ twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
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