You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### <iclass="fa-solid fa-wand-magic-sparkles"></i> Congratulations - you've created your Python package distribution files <iclass="fa-solid fa-wand-magic-sparkles"></i>
@@ -269,8 +269,8 @@ TestPyPI.
269
269
❯ hatch publish -r test
270
270
Enter your username: __token__
271
271
Enter your credentials: <paste-your-token-value-here>
Copy file name to clipboardExpand all lines: tutorials/pyproject-toml.md
+12-12
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ The pyproject.toml file tells your build tool:
78
78
79
79
- What build backend to use to build your package (we are using `hatchling` in this tutorial but there are [many others to choose from](/package-structure-code/python-package-build-tools)).
80
80
- How and where to retrieve your package's version:
81
-
-**statically** where you declare the version `version = "0.1.0"` or
81
+
-**statically** where you declare the version `version = "0.1"` or
82
82
-**dynamically** where the tool looks to the most recent tag in your history to determine the current version.
83
83
- What dependencies your package needs
84
84
- What versions of Python your package supports (important for your users).
0 commit comments