Skip to content

Commit

Permalink
small checklist fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Apr 23, 2024
1 parent b122ab6 commit bcbb918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The steps shown here are for Ubuntu/MacOS.
# Release

1. Delete existing distributions: `rm dist/*`
2. Build the package. Requires the `build` package: `python3 -m build`
2. Build the package. Requires the `build` package: `python3 -m build .`
3. Upload the source and build distribution: `python3 -m twine upload dist/*`. You might require
a PyPI upload token to do this.

Expand Down

0 comments on commit bcbb918

Please sign in to comment.