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
Only a PMC member has the permission to upload an artifact to the SVN release dist.
215
+
216
+
<!-- prettier-ignore-end -->
217
+
218
+
### Upload the accepted release to PyPi
219
+
211
220
The latest version can be pushed to PyPi. Check out the Apache SVN and make sure to publish the right version with `twine`:
212
221
213
222
```bash
@@ -243,3 +252,17 @@ Make sure to create a PR to update the [GitHub issues template](https://github.c
243
252
## Update the integration tests
244
253
245
254
Ensure to update the `PYICEBERG_VERSION` in the [Dockerfile](https://github.com/apache/iceberg-python/blob/main/dev/Dockerfile).
255
+
256
+
## Create a Github Release Note
257
+
258
+
Create a [new Release Note](https://github.com/apache/iceberg-python/releases/new) on the iceberg-python Github repository.
259
+
260
+
Input the tag in **Choose a tag** with the newly approved released version (e.g. `0.7.0`) and set it to **Create new tag** on publish. Pick the target commit version as the commit ID the release was approved on.
0 commit comments