Publishing the PyPI package to gym-ignition-models is still done manually. It's not a big problem since this repo is not having a high number of merged PR, but it is a process that can be easily automatized.
Right now the operations to do are the following:
Merge the new PR to master
Make sure the local git repo is clean by stashing all the content (it affects the PyPI package naming)
Execute python3 setup.py sdist to create the dist/gym-ignition-models-<...>.tar.gz archive
Push it to PyPI with twine: twine upload dist/gym-ignition-models-<...>.tar.gz
Publishing the PyPI package to gym-ignition-models is still done manually. It's not a big problem since this repo is not having a high number of merged PR, but it is a process that can be easily automatized.
Right now the operations to do are the following:
master
python3 setup.py sdist
to create thedist/gym-ignition-models-<...>.tar.gz
archivetwine upload dist/gym-ignition-models-<...>.tar.gz