Skip to content

Commit c9f635f

Browse files
tighter documentation for publishing
1 parent ea20841 commit c9f635f

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

docs/source/publishing.rst

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,10 @@ only bump the *minor* or *major* version number to match a new Python release.
4444
* Create a git tag such as ``git tag -a "v3.9.2" -m "description"``
4545
* Push the commit and tags to github
4646

47-
3. Publish to PyPI
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``
54-
55-
4. Publish to Conda-Forge
56-
* Create *a fork* of the `Conda-Forge asyncstdlib recipe`_
57-
* In `./recipe/meta.yaml` adjust the ``version`` and ``sha256`` as the `PyPI release`_
58-
* Create a Pull Request based on the fork
47+
3. Publish the new release:
48+
* Create a new `GitHub release`_ from the recent version tag
49+
* PyPI will be automatically published to via GitHub actions
50+
* Handle the automatic PR at the `Conda-Forge asyncstdlib recipe`_
5951

6052
.. _PyPI: https://pypi.org
6153
.. _Conda-Forge: https://conda-forge.org

0 commit comments

Comments
 (0)