Loading COMMON_VERSION +1 −1 Original line number Diff line number Diff line 0.3.5 0.3.7 README.md +2 −2 Original line number Diff line number Diff line Loading @@ -7,9 +7,9 @@ Everything is configurable with environmental variables. ### Installation via pip Run this command to install version 0.3.5 (latest) via pip: Run this command to install version 0.3.7 (latest) via pip: `python3 -m pip --no-cache-dir install common==0.3.5 --index-url https://code.ornl.gov/api/v4/projects/10568/packages/pypi/simple --trusted-host code.ornl.gov` `python3 -m pip --no-cache-dir install common==0.3.7 --index-url https://code.ornl.gov/api/v4/projects/10568/packages/pypi/simple --trusted-host code.ornl.gov` This will install latest (not recommended): `python3 -m pip --no-cache-dir install common --index-url https://code.ornl.gov/api/v4/projects/10568/packages/pypi/simple --trusted-host code.ornl.gov` Loading build.sh +2 −2 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ done # logic {{{1 banner DOCKER_BUILDKIT=1 docker build -f "$DOCKER_FILE" $NOCACHED \ -t "code.ornl.gov:4567/nset-utilities/common-package/common:$TAG" . || \ -t "savannah.ornl.gov/common/common:$TAG" . || \ die "Image failed to build." docker push "code.ornl.gov:4567/nset-utilities/common-package/common:$TAG" docker push "savannah.ornl.gov/common/common:$TAG" # 1}}} src/pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ authors = [ {name = "Jacob Isber", email = "isberj@ornl.gov"}, ] # update version information here version = "0.3.5" version = "0.3.7" description = "Package to perform everyday tasks - logging, accessing database, etc." readme = "README.md" requires-python = ">=3.9" Loading src/upload.sh +1 −2 Original line number Diff line number Diff line Loading @@ -13,4 +13,3 @@ python3 -m build python3 -m twine upload --repository gitlab dist/* --verbose \ --config-file pypirc.cfg rm -rf dist/ common.egg-info/ build/ No newline at end of file git No newline at end of file Loading
README.md +2 −2 Original line number Diff line number Diff line Loading @@ -7,9 +7,9 @@ Everything is configurable with environmental variables. ### Installation via pip Run this command to install version 0.3.5 (latest) via pip: Run this command to install version 0.3.7 (latest) via pip: `python3 -m pip --no-cache-dir install common==0.3.5 --index-url https://code.ornl.gov/api/v4/projects/10568/packages/pypi/simple --trusted-host code.ornl.gov` `python3 -m pip --no-cache-dir install common==0.3.7 --index-url https://code.ornl.gov/api/v4/projects/10568/packages/pypi/simple --trusted-host code.ornl.gov` This will install latest (not recommended): `python3 -m pip --no-cache-dir install common --index-url https://code.ornl.gov/api/v4/projects/10568/packages/pypi/simple --trusted-host code.ornl.gov` Loading
build.sh +2 −2 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ done # logic {{{1 banner DOCKER_BUILDKIT=1 docker build -f "$DOCKER_FILE" $NOCACHED \ -t "code.ornl.gov:4567/nset-utilities/common-package/common:$TAG" . || \ -t "savannah.ornl.gov/common/common:$TAG" . || \ die "Image failed to build." docker push "code.ornl.gov:4567/nset-utilities/common-package/common:$TAG" docker push "savannah.ornl.gov/common/common:$TAG" # 1}}}
src/pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ authors = [ {name = "Jacob Isber", email = "isberj@ornl.gov"}, ] # update version information here version = "0.3.5" version = "0.3.7" description = "Package to perform everyday tasks - logging, accessing database, etc." readme = "README.md" requires-python = ">=3.9" Loading
src/upload.sh +1 −2 Original line number Diff line number Diff line Loading @@ -13,4 +13,3 @@ python3 -m build python3 -m twine upload --repository gitlab dist/* --verbose \ --config-file pypirc.cfg rm -rf dist/ common.egg-info/ build/ No newline at end of file git No newline at end of file