From cbd58f3690bff76e4306ae9bbb2c1caec8d749c2 Mon Sep 17 00:00:00 2001 From: Donny Winston Date: Fri, 3 Nov 2023 13:29:29 -0400 Subject: [PATCH] docs: add release-to-pypi info --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 103df781..675a4272 100644 --- a/README.md +++ b/README.md @@ -144,3 +144,11 @@ desired and does not break over time. [For hints on how to write tests for solids and pipelines in Dagster, see their documentation tutorial on Testing](https://docs.dagster.io/tutorial/testable). + + +## Release to PyPI + +``` +python -m build +twine upload dist/* +``` \ No newline at end of file