Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Sep 1, 2024
1 parent e7bccc6 commit 5fdd680
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bio_compose/_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.6
0.4.9
Binary file added dist/bio_compose-0.4.8-py3-none-any.whl
Binary file not shown.
Binary file added dist/bio_compose-0.4.8.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This project configuration should relate only to the high level notebook api (as primary deps).
[tool.poetry]
name = "bio-compose"
version = "0.4.7"
version = "0.4.10"
description = "Create, execute, and introspect reproducible composite simulations of dynamic biological systems."
authors = ["Alex Patrie <[email protected]>"]
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions scripts/pypi_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fi
if [ ! -z "$(git status --untracked-files=no --porcelain)" ]; then
echo "You have changes that have yet to be committed."
echo "Aborting PyPI upload and attempting to commit your changes."
../../commit.sh
exit 1
fi

# Check that we are on main
Expand All @@ -56,7 +56,7 @@ function get_pypi_token {

pypi_token=$(get_pypi_token)

yes | poetry cache clear PyPI --all && yes | poetry cache clear _default_cache --all
# yes | poetry cache clear PyPI --all && yes | poetry cache clear _default_cache --all
poetry build
poetry publish --username __token__ --password "$pypi_token"
rm -r dist
Expand Down

0 comments on commit 5fdd680

Please sign in to comment.