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
@@ -383,9 +374,9 @@ If you plan to use your token regularly to publish to PyPI, we strongly recommen
383
374
a token specific to your new package.
384
375
385
376
To do this:
386
-
1. Go to testPyPI
377
+
1. Go to test PyPI
387
378
1. Navigate to the "Your Projects" section of your account
388
-
2. Click on the manage button for the project that ou wish to add a token for
379
+
2. Click on the manage button for the project that you wish to add a token for
389
380
3. Go to settings
390
381
4. Click on "Create a token for your-package-name-here"
391
382
5. Create the token and follow the steps above to open up the `.pypirc` file
@@ -395,7 +386,7 @@ And you're all done!
395
386
396
387
## You have published your package to (test) PyPI!
397
388
398
-
Congratulations. You have now successfully published your package to testPyPI. If you have a package that is ready for real-world use on the real pyPi, then you can follow the same steps to publish it on PyPI.org.
389
+
Congratulations. You have now successfully published your package to test PyPI. If you have a package that is ready for real-world use on the real PyPI, then you can follow the same steps to publish it on PyPI.org.
399
390
400
391
Once you publish on PyPI.org, you can then easily add your package to the conda-forge ecosystem using the [grayskull](https://conda-forge.org/blog/posts/2020-03-05-grayskull/) tool.
0 commit comments