From 613765f89a681d85ffe7a071b29ce12465e4753e Mon Sep 17 00:00:00 2001 From: Joseph Hale Date: Sat, 9 Nov 2024 23:05:15 -0700 Subject: [PATCH] docs: Record instructions for publishing to PyPI --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CONTRIBUTING.md 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