nlpsandbox / nlpsandbox-client

Python client to interact with the NLP Sandbox
Apache License 2.0
3 stars 3 forks source link

Publish client to PyPI #19

Closed tschaffter closed 4 years ago

tschaffter commented 4 years ago

This will enable its integration is other clients, e.g. the Orchestrator.

tschaffter commented 4 years ago

Initial upload of the package: https://pypi.org/project/nlp-sandbox-client/

python setup.py sdist
pip install twine
twine upload dist/*
tschaffter commented 4 years ago

The GH workflow failed to push the package to pypi: https://github.com/Sage-Bionetworks/nlp-sandbox-client/runs/1236921907?check_suite_focus=true

tschaffter commented 4 years ago

The cause of the issue was that the package version specified in setup.py was the same as the version of the package that I previously manually uploaded to pipy. I've bumped the version up and the package (0.1.1) has been successfully pushed to pypi.

https://pypi.org/project/nlp-sandbox-client

github-actions[bot] commented 3 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.