Skip to content

Commit

Permalink
Tried to fix binary build by changing release event to 'published', b…
Browse files Browse the repository at this point in the history
…umped version in download_binary, changed physiboss repo to physiboss/physiboss
  • Loading branch information
vincent-noel committed Oct 11, 2024
1 parent 80016c1 commit a17d4a3
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 a17d4a3

Please sign in to comment.