opencb / cellbase

High-Performance NoSQL database and RESTful web services to access to most relevant biological data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add new step to publish Python package to PyPI

julie-sullivan opened this issue · comments

See #493

  • Add a new workflow that publishes to pypi. Password is a secrety. Version comes the setup file. Not able to test! Just guess.
  • Also, move python and R clients next to Java client.
commented

Will this include the development of a shell script to build and push PyPI packages?

commented

There is a test PyPI server which is very convenient! :-)

https://test.pypi.org/project/pycellbase/

Workflow main.yml should push into test PyPI repository while release.yml should deploy to the production repository.