Skip to content

Commit 8ff99b0

Browse files
committed
docs
1 parent f58f26e commit 8ff99b0

File tree

1 file changed

+3
-32
lines changed

1 file changed

+3
-32
lines changed

docs/release.rst

+3-32
Original file line numberDiff line numberDiff line change
@@ -38,35 +38,6 @@ Push the tag to GitHub (assuming ``origin`` points to the
3838
Making the release
3939
------------------
4040

41-
To make a release of ``dask-histogram`` we just need the ``build`` and
42-
``twine`` packages:
43-
44-
.. code-block::
45-
46-
$ pip install build twine
47-
48-
The build-system that we use (``hatch`` with ``hatch-vcs``) will
49-
automatically set a version based on the latest tag in the repository;
50-
after making the tag we just need to generate the source distribution
51-
and wheel, this is handled by the ``build`` package:
52-
53-
.. code-block::
54-
55-
$ python -m build
56-
57-
Now a new ``dist/`` directory will appear, which contains the files
58-
(continuing to use our example version ``2023.3.1``):
59-
60-
.. code-block::
61-
62-
dask_histogram-2023.3.1.tar.gz
63-
dask_histogram-2023.3.1-py3-none-any.whl
64-
65-
Now we just upload these files to PyPI with ``twine``:
66-
67-
.. code-block::
68-
69-
$ twine upload dist/dask_histogram-2023.3.1*
70-
71-
The GitHub ``regro-cf-autotick-bot`` account will automatically create
72-
a pull request to release a new version on ``conda-forge``.
41+
After pushing the tag, GitHub actions will take care of uploading the
42+
wheel and sdist to PyPI. Please go to the Releases page on the GitHub
43+
repository and Draft a new release associated with the tag.

0 commit comments

Comments
 (0)