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 1c1deca commit 13d6752Copy full SHA for 13d6752
README.md
@@ -23,12 +23,12 @@ Run `python3 main.py <args>`
23
24
Run `hatch run test:test`
25
26
+# Build the package
27
-# Publish the script
28
-
29
-Make sure to have the latest version of PyPA with `python3 -m pip install --upgrade build`
+Run `hatch build` to create the package.
+The binaries will be located in the `dist` directory at the root level of the project.
30
31
-Run `python3 -m build` to create the binaries
+# Publish the script
32
33
Run if needed `python3 -python3 -m pip install --upgrade twine` to upgrade to the latest version of twine
34
0 commit comments