File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff 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
47473. 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
52554. 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
You can’t perform that action at this time.
0 commit comments