#
# ⚠️ ⚠️ ⚠️ ⚠️
#
# Make sure that none of the stages that "Emergency"
# utilizes rely on "Emergency".
#
# For the sake of sanity, please keep the "reliability, testing, etc."
# structure as a "tree, hierarchy, etc." etc. with no coodependencies.
#
#
# readme health
# This is not 100% successful
# for the purposes of education.
#
python3 /habitat/venues_pypi/stages/Emergency_Reputation/_health_readme/health.move.py
publishing
. /habitat/_controls/build_1.sh
#
# health
#
python3 /habitat/venues/stages/Emergency/_health/health.move.py
#
# advanced health, this one is broken..
#
#
python3 /habitat/venues/stages/Emergency/_health_advanced/health.move.py
#
# git push
# increase version of tag
#
git tag Emergency.1-2.0.0; git add --all; git commit -m "Emergency";
#
#
# poetry auth
#
(pip install poetry && cd /habitat && rm -rf dist && poetry build --format sdist --verbose && chmod -R 777 /habitat)
poetry publish --verbose;
#
# Circle CI, should start on tag?
#
#
git push --tags
After Publishing
. /habitat/venues_pypi/build.sh
#
# increase the version in pyproject.toml
#
#
#
# There's a problem with this:
# _health/monitors/12_internal_import/status_1.py
#
#
# "venues_pypi/stages/Emergency_Reputation" "_health"
# is a copy of "_health" from "venues/stages/Emergency"
#
python3 /habitat/venues_pypi/stages/Emergency_Reputation/_health/health.move.py