Skip to content

Commit 19550a5

Browse files
doc: release doc additions
pypi uploads are done with api tokens now note to update documentation versions
1 parent ee0cf5f commit 19550a5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/dev/release-procedure.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,13 @@ Tarballs and PyPI
7676
python3 setup.py sdist bdist_wheel
7777
7878
79-
* Upload the files including signatures to PyPI with e.g. twine: `twine upload -s dist/intelmq...`
79+
* Upload the files including signatures to PyPI with e.g. twine: `twine upload -u __token__ -p $APITOKEN dist/intelmq...` (or set the API Token in `.pypirc`).
80+
81+
*************
82+
Documentation
83+
*************
84+
85+
Got to `the version settings on readthedocs <https://readthedocs.org/projects/intelmq/versions/>`_ and activate build for the new version.
8086

8187
********
8288
Packages

0 commit comments

Comments
 (0)