ome / omero-parade

OMERO.web plugin for displaying Dataset thumbnails or Plates in webclient center panel
GNU Affero General Public License v3.0
1 stars 12 forks source link

Bump 0.1.3 #59

Closed joshmoore closed 5 years ago

joshmoore commented 5 years ago

@jburel @will-moore -- how does this Dockerfile look in terms of the standard release process? My thinking would be that the sdist that is created could be twine upload-ed.

joshmoore commented 5 years ago

(I don't have permission to upload to https://test.pypi.org/project/omero-parade/)

jburel commented 5 years ago

To avoid publishing other version(s) of the app (i tested the Dockerfile without cleaning first), we should add yum install -y git and run git clean -dfx before creating the virtualenv and building See https://github.com/ome/ome-documentation/blob/develop/contributing/tools-maintenance.rst

jburel commented 5 years ago

tested the upload using twine see https://test.pypi.org/project/omero-parade/

jburel commented 5 years ago

(I don't have permission to upload to https://test.pypi.org/project/omero-parade/)

I have added you as an owner of omero-parade. I have not used testpypi for a while

jburel commented 5 years ago

Other apps like omero-iviewer now use travis to deploy e.g.

deploy:
  provider: pypi
  user: $PYPI_USER
  password: $PYPI_PASSWORD
  on:
    tags: true

See https://github.com/ome/omero-iviewer/blob/master/.travis.yml and https://travis-ci.org/ome/omero-iviewer/settings

jburel commented 5 years ago

Docker file is a useful addition

jburel commented 5 years ago

If no objections, I will merge this PR and tag the repository

joshmoore commented 5 years ago

WFM.