Skip to content

Commit

Permalink
Ab fix release process (#556)
Browse files Browse the repository at this point in the history
* removing full requirements from setup.py and only installing in github action tests and docker

* fixing path to requirements file

* added github action for pushing to pypi upon github release

* removing releasing to testpypi

* added gh action for pushing docker to gcr and ghcr

* github actions cannot use both uses and run, removing the uses

* fixing gh action to remove with and use env for a run

* changed hardcoded username for docker login to gh secret

* temporarily changing version to test out gh actions

---------

Co-authored-by: Alexander Baumann <[email protected]>
  • Loading branch information
abaumann and Alexander Baumann authored Mar 28, 2024
1 parent 2e17130 commit 392978c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
long_description = (here / 'README.md').read_text(encoding='utf-8')
setup(
name='ml4h',
version='0.0.7',
version='0.0.7.1', #'0.0.7',
description='Machine Learning for Health python package',
long_description=long_description, # Optional
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 392978c

Please sign in to comment.