The tests will initialize airflow under ~/airflow.
Run poetry run pytest
to run all the tests.
Run poetry build
.
Get an api token from PyPI and run poetry config pypi-token.pypi my-token
.
To publish the package you just built, run poetry publish
.
Don't forget to create a git tag for the version you just released!