You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
432 B

6 years ago
  1. Update version in 'nd2reader/__init__.py' file
  2. Rebuild sphinx documentation
  3. Commit & push both master and docs
  4. Check if travis unittests are passing
  5. Publish new release on GitHub
  6. Run `python setup.py sdist bdist_wheel`
  7. Run `twine upload dist/*`
  8. Update the version in nd2reader-feedstock to update the conda version: in recipe/meta.yaml, update version and checksum using `sha256sum`
  9. Create & merge PR in nd2reader-feedstock