diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..0103c42 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,6 @@ +## Publishing Updates + +```bash +poetry config pypi-token.pypi your-api-token +poetry publish --build +``` \ No newline at end of file