Closed anne17 closed 4 years ago
SB-användare (på https://pypi.org/ och https://test.pypi.org): sbx-info
Vi kan också sikta på att ha Sparv på pypi
+10 för det
Instructions on how to upload to pypi
TLDR instructions (upload to testpypi):
python3 -m pip install --user --upgrade setuptools wheel
python3 -m pip install --user --upgrade twine
rm -r dist
python3 setup.py sdist bdist_wheel
twine check dist/*
python3 -m twine upload --repository testpypi dist/*
Log in with username __token__
and the API token you created in step 2.Project preview on test.pypi: https://test.pypi.org/project/sparv-pipeline/
Nothing more to be done here for now. See you at the release!
Test installation with: pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple sparv-pipeline
Martin:
Vi kan också sikta på att ha Sparv på pypi!!! ⭐