diff --git a/.github/workflows/build_binaries.yml b/.github/workflows/build_binaries.yml index 30e3c7ce4..5cec0dd7e 100644 --- a/.github/workflows/build_binaries.yml +++ b/.github/workflows/build_binaries.yml @@ -4,7 +4,7 @@ on: push: pull_request: release: - types: [created] + types: [published] jobs: diff --git a/beta/download_binary.py b/beta/download_binary.py index ca6aadb8f..0194dac6a 100644 --- a/beta/download_binary.py +++ b/beta/download_binary.py @@ -12,10 +12,10 @@ import stat import shutil -physicell_version = "1.14.0" +physicell_version = "1.14.1" repo_physicell = "MathCancer/PhysiCell" physiboss_version = "v2.2.3" -repo_physiboss = "sysbio-curie/PhysiBoSS" +repo_physiboss = "PhysiBoSS/PhysiBoSS" list_models = { "physiboss-tutorial": "https://github.com/" + repo_physiboss + "/releases/download/" + physiboss_version + "/", "physiboss-tutorial-invasion": "https://github.com/" + repo_physiboss + "/releases/download/" + physiboss_version + "/",