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/contribute/contributing.rst
+2
Original file line number
Diff line number
Diff line change
@@ -167,6 +167,7 @@ Pre-releases
167
167
Pre-releases are published on PyPI for testing purposes. To create a pre-release,
168
168
follow these steps:
169
169
170
+
0. Make sure changelog entries are up-to-date and the code is ready for release.
170
171
1. Push a new tag with the version number and the pre-release suffix, e.g.,
171
172
``v0.1.0a1``.
172
173
2. The GitHub Actions workflow will automatically publish the pre-release to PyPI. This is the most important step, as it will test the package installation.
@@ -183,6 +184,7 @@ Releases
183
184
184
185
To create a new release, follow these steps:
185
186
187
+
0. Make sure changelog entries and it's filename are up-to-date and the code is ready for release.
186
188
1. Push a new tag with the version number, e.g., ``v0.1.0``.
187
189
2. The GitHub Actions workflow will automatically publish the release to PyPI.
0 commit comments