Skip to content

Commit a9a3c20

Browse files
authored
added link to publishing on conda forge
1 parent 2cfa3e5 commit a9a3c20

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

book/lectures/211-gha_python.qmd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,11 @@ HOWEVER, there is no required check for your package is required to pass... As l
340340

341341
### How to submit a package to PyPI
342342

343-
See the ["How to package a Python"](https://py-pkgs.org/03-how-to-package-a-python#) chapter of the *Python Packages* book.
343+
- See above, or the ["How to package a Python"](https://py-pkgs.org/03-how-to-package-a-python#) chapter of the *Python Packages* book.
344344

345+
### How to submit a package to Conda
346+
347+
- See the ["Publish your Python package that is on PyPI to conda-forge"](https://www.pyopensci.org/python-package-guide/tutorials/publish-conda-forge.html) chapter of the Python packaging 101 documentation from PyOpenSci.
345348

346349
### Points for discussion
347350

@@ -350,7 +353,6 @@ See the ["How to package a Python"](https://py-pkgs.org/03-how-to-package-a-pyth
350353
- Importance & complementarity of organizations like rOpenSci & pyOpenSci with CRAN and PyPI, respectively
351354

352355

353-
354356
### Semantic versioning case study - answers
355357

356358
In 2008, Python bumped versions from 2.7.17 to 3.0.0. Some changes in the 3.0.0 release included:

0 commit comments

Comments
 (0)