Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
updated releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Mar 4, 2024
1 parent 7377028 commit 9df3996
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/release-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

version="$1"

# PLEASE UPDATE THE LATEST VERSION HERE BEFORE RUNNING. CURRENT: 0.0.5
current="0.0.4"
# PLEASE UPDATE THE LATEST VERSION HERE BEFORE RUNNING. CURRENT: 0.0.6
current="0.0.6"

run="$2"

Expand All @@ -29,9 +29,9 @@ else
fi

yes | docker system prune && yes | docker buildx prune
# docker buildx create --name biosimbuilder --use
# docker buildx inspect --bootstrap
docker build --platform linux/amd64 \
docker buildx create --name biosimbuilder --use
docker buildx inspect --bootstrap
docker buildx build --platform linux/amd64 \
-t ghcr.io/biosimulators/biosimulator-processes:"${version}" .
docker push ghcr.io/biosimulators/biosimulator-processes:"${version}"
docker tag ghcr.io/biosimulators/biosimulator-processes:"${version}" ghcr.io/biosimulators/biosimulator-processes:latest
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
install_requires=[
"bigraph-schema",
"process-bigraph",
"bigraph-builder",
"numpy",
"pytest>=6.2.5",
"tellurium",
Expand Down

0 comments on commit 9df3996

Please sign in to comment.