We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b122ab6 commit bcbb918Copy full SHA for bcbb918
release-checklist.md
@@ -19,7 +19,7 @@ The steps shown here are for Ubuntu/MacOS.
19
# Release
20
21
1. Delete existing distributions: `rm dist/*`
22
-2. Build the package. Requires the `build` package: `python3 -m build`
+2. Build the package. Requires the `build` package: `python3 -m build .`
23
3. Upload the source and build distribution: `python3 -m twine upload dist/*`. You might require
24
a PyPI upload token to do this.
25
0 commit comments