Skip to content

Commit

Permalink
docs: add release-to-pypi info
Browse files Browse the repository at this point in the history
  • Loading branch information
dwinston committed Nov 3, 2023
1 parent 2c2a4dd commit cbd58f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
```

0 comments on commit cbd58f3

Please sign in to comment.