Skip to content

Commit

Permalink
Merge pull request MathCancer#304 from sysbio-curie/fix/binaries_build
Browse files Browse the repository at this point in the history
Binary production and download fixes
  • Loading branch information
MathCancer authored Oct 11, 2024
2 parents 12aaea6 + a17d4a3 commit 59116c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
pull_request:
release:
types: [created]
types: [published]

jobs:

Expand Down
4 changes: 2 additions & 2 deletions beta/download_binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 + "/",
Expand Down

0 comments on commit 59116c3

Please sign in to comment.