### Summary Publish smith package to Pypi. ### Context / Rationale Easier consumption of the CLI. ```bash pip install policysmith ``` ### Acceptance Criteria - [ ] Add make targets: `package`, `publish-test`, `publish` - [ ] Add CI job `release` (triggered on tags) to publish to package (first test publication to testpypi as sanity check) - [ ] Document the release workflow
Summary
Publish smith package to Pypi.
Context / Rationale
Easier consumption of the CLI.
Acceptance Criteria
package,publish-test,publishrelease(triggered on tags) to publish to package (first test publication to testpypi as sanity check)