You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dev/release-procedure.rst
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,13 @@ Tarballs and PyPI
76
76
python3 setup.py sdist bdist_wheel
77
77
78
78
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.
0 commit comments