Skip to content

Commit 4a75fd9

Browse files
lwasserofek
andauthored
Update package-structure-code/python-package-build-tools.md
Co-authored-by: Ofek Lev <[email protected]>
1 parent f2c1966 commit 4a75fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package-structure-code/python-package-build-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Below, you can see how a build tool streamlines your packaging experience. Examp
8686
hatch build
8787

8888
# Example to publish to PyPI:
89-
hatch publish --repository testpypi
89+
hatch publish --repo test
9090
```
9191

9292
Example build steps using the **setuptools** back-end and **build**:

0 commit comments

Comments
 (0)