Skip to content

Commit d146fdb

Browse files
authored
Fix: use hatch for workflow (#178)
* Fix: use hatch for packaging workflow
1 parent 45636f7 commit d146fdb

File tree

4 files changed

+335
-79
lines changed

4 files changed

+335
-79
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Python Packaging Tools
22

3-
<!-- TODO: add a small discussion on what pinning is?-->
4-
53
## Tools for building your package
64

75
There are a several different build tools that you can use to [create your Python package's _sdist_ and _wheel_ distributions](python-package-distribution-files-sdist-wheel). Below, we discuss the features,
@@ -361,7 +359,7 @@ Build your sdist and wheel distributions|✅| Hatch will build the sdist and whe
361359
362360
```
363361

364-
_\*\* There is some argument about this approach placing a burden on maintainers to create a custom build system. But others appreciate the flexibility. The Hatch build hook approach is also comparable with the features offered by PDM._
362+
_There is some argument about this approach placing a burden on maintainers to create a custom build system. But others appreciate the flexibility. The Hatch build hook approach is also comparable with the features offered by PDM._
365363

366364
### Why you might not want to use Hatch
367365

0 commit comments

Comments
 (0)