You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: