Skip to content

Commit 4ae2f96

Browse files
Document GH publish workflow
1 parent ddabc72 commit 4ae2f96

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/source/publishing.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,12 @@ only bump the *minor* or *major* version number to match a new Python release.
4545
* Push the commit and tags to github
4646

4747
3. Publish to PyPI
48-
* **You need maintainer access** on the `PyPI asyncstdlib project`_
49-
* Check out the tagged version commit
50-
* Run ``flit publish``
48+
– GitHub Action
49+
* Create a new `GitHub release`_ from the recent version tag
50+
– Manual (legacy)
51+
* **You need maintainer access** on the `PyPI asyncstdlib project`_
52+
* Check out the tagged version commit
53+
* Run ``flit publish``
5154

5255
4. Publish to Conda-Forge
5356
* Create *a fork* of the `Conda-Forge asyncstdlib recipe`_
@@ -57,5 +60,6 @@ only bump the *minor* or *major* version number to match a new Python release.
5760
.. _PyPI: https://pypi.org
5861
.. _Conda-Forge: https://conda-forge.org
5962
.. _`PyPI asyncstdlib project`: https://pypi.org/project/asyncstdlib/
63+
.. _`GitHub release`: https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases
6064
.. _`Conda-Forge asyncstdlib recipe`: https://github.com/conda-forge/asyncstdlib-feedstock
6165
.. _`PyPI release`: https://pypi.org/project/asyncstdlib/#files

0 commit comments

Comments
 (0)