diff --git a/pixi.lock b/pixi.lock index e644974..59f0b9d 100644 --- a/pixi.lock +++ b/pixi.lock @@ -2606,9 +2606,9 @@ packages: requires_python: '>=3.8' - kind: pypi name: ranlibx - version: 0.0.16 + version: 0.0.17 path: . - sha256: c7d9817f7dcce9640c325619c157f9bf032dc0e32f83968c486cc13158489726 + sha256: 7c733faf406ab460a0cccc5a9ccba0ef7145b5132b5e45bf907fa8356432558b requires_dist: - fastapi>=0.112.2,<0.113 - typer>=0.12.5,<0.13 diff --git a/pyproject.toml b/pyproject.toml index a8931c8..4c1c60c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ranlibx" -version = "0.0.16" +version = "0.0.17" description = "Global interface for RAN" authors = [{ name = "Ameer Arsala", email = "ameer.arsala03@gmail.com" }] dependencies = [ diff --git a/scripts/conda-build-and-upload.sh b/scripts/conda-build-and-upload.sh index 499c3c1..a83512a 100755 --- a/scripts/conda-build-and-upload.sh +++ b/scripts/conda-build-and-upload.sh @@ -3,7 +3,8 @@ # This file assumes you already have the prerequisites installed # make temp directory -mkdir temp && cd temp +mkdir temp +cd temp # Generate a meta.yaml grayskull pypi ranlibx