Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidtronix committed Oct 9, 2024
1 parent 01691eb commit 6f6e61b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ on:
# GitHub doc: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#workflow_dispatch.
# GitHub blog demo: https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/.

## For now, disable the Docker deployment step.
# push:
# # Publish `master` as Docker `ml4h_terra:YYMMDD_hhmmss` image.
# branches: [ master ]
#
# # Publish `v1.2.3` tags as releases.
# tags:
# - v*

# Run tests for any PRs.
# pull_request:
# For now, disable the Docker deployment step.
push:
# Publish `master` as Docker `ml4h_terra:YYMMDD_hhmmss` image.
branches: [ master ]

# Publish `v1.2.3` tags as releases.
tags:
- v*

#Run tests for any PRs.
#pull_request:

env:
IMAGE_NAME: ml4h_terra
Expand All @@ -32,8 +32,7 @@ jobs:

- name: Run tests
run: |
cd docker/terra_image
docker build . --file Dockerfile
./docker/vm_boot_images/build.sh -P
# Push image to GitHub Packages.
# See also https://docs.docker.com/docker-hub/builds/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='ml4h',
version='0.0.17',
version='0.0.18',
description='Machine Learning for Health python package',
long_description=long_description, # Optional
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 6f6e61b

Please sign in to comment.