ome / omero-scripts

Core OMERO Scripts
https://pypi.org/project/omero-scripts/
12 stars 32 forks source link

Add infrastructure for releasing omero-scripts to PyPI #164

Closed sbesson closed 4 years ago

sbesson commented 4 years ago

Follow-up of #163,

This PR should be tested by the CI builds in conjunction with https://github.com/ome/openmicroscopy/pull/6190 which updates the OMERO bundle build system to unpack the omero-scripts source distribution archive rather than the GitHub archive. All script-released integration tests are expected to keep passing.

Assuming tests are green, this project should be releasable as a PyPI pre-release. Once available, https://github.com/ome/openmicroscopy/pull/6190 can be updated to consume the pre-release like other Python components.

joshmoore commented 4 years ago

Nothing here scares me :smile: :+1:

sbesson commented 4 years ago

Merging and releasing as per merge-ci and py3-ci