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: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,9 @@ For example, `tox -e py37-unit` will run the unit tests for python 3.7
57
57
To see all the available options, run `tox -l`.
58
58
59
59
## Releasing
60
-
To create a new release update CHANGELOG.md and follow (github instructions on adding a release)[https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository#creating-a-release]. Create a new tag with a version you want to release. Github actions will take care of publishing it to PyPi.
60
+
To create a new releaes go to Releases page, press 'Draft a new release', create a tag
61
+
with a version you want to be released, fill the release notes and press 'Publish release'.
62
+
Github actions will take care of publishing it to PyPi.
61
63
62
64
## Responsible Disclosure
63
65
If you have any security issue to report, contact project maintainers privately.
0 commit comments