Skip to content

Commit bcbb918

Browse files
committed
small checklist fix
1 parent b122ab6 commit bcbb918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The steps shown here are for Ubuntu/MacOS.
1919
# Release
2020

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

0 commit comments

Comments
 (0)