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
Copy file name to clipboardExpand all lines: tutorials/publish-pypi.md
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,7 @@
1
1
# Publish your Python package to PyPI
2
2
3
3
:::{todo}
4
-
- emphasize that we recommended the trusted publisher GitHub action for most maintainers
5
4
- Make sure they add /dist to their .gitignore file. We have not discussed GitHub workflows anywhere yet. Where does that fit?
6
-
-https://hatch.pypa.io/latest/intro/#existing-project <- hatch will migrate from setup.py for you - if we go with hatch then we may want to add this to the installable code lesson
7
-
8
-
```bash
9
-
pipx install hatch
10
-
installed package hatch 1.9.1, installed using Python 3.12.1
0 commit comments