Skip to content

Commit

Permalink
added docs for publishing a new version to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
ephes committed May 5, 2022
1 parent 6777afc commit cefd47e
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 @@ -81,3 +81,11 @@ Flit should have already installed pytest:
```shell
$ pytest
```
## Publish a Release
After running the tests, run `flit publish` to publish the package to PyPI.
```shell
$ flit publish
```

0 comments on commit cefd47e

Please sign in to comment.