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
+1-10Lines changed: 1 addition & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,14 +64,6 @@ The steps for publishing on test PyPI vs. real PyPI are the same with the
64
64
exception of a different url. Thus, in this lesson you will use test PyPI
65
65
to practice and learn.
66
66
67
-
:::{todo}
68
-
When this lesson is published -
69
-
in xx lesson, you will learn how to setup an automated release workflow on GitHub
70
-
using GitHub actions that will automate the PyPI publication process whenever
71
-
you create a new software release.
72
-
:::
73
-
74
-
75
67
## 4 Steps for publishing a Python package on PyPI
76
68
77
69
There are 4 things that you need to do to publish your Python package
@@ -244,8 +236,7 @@ use a backup device that only you can access to validate that the person logging
244
236
245
237
This matters on PyPI because someone could login to your account and upload a version of your package that has security issues. These issues will then impact all of your users when they download and install that version of the package.
246
238
247
-
While you don't have to setup 2-factor authentication, we strongly
248
-
suggest that you do so.
239
+
2-factor authentication is now required for authentication on PyPI.
0 commit comments