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