We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
twine
1 parent d66c36f commit ffffb2fCopy full SHA for ffffb2f
mkdocs/docs/how-to-release.md
@@ -230,7 +230,9 @@ svn mv ${SVN_DEV_DIR_VERSIONED} ${SVN_RELEASE_DIR_VERSIONED} -m "PyIceberg: Add
230
The latest version can be pushed to PyPi. Check out the Apache SVN and make sure to publish the right version with `twine`:
231
232
```bash
233
-twine upload /tmp/iceberg-dist-release/pyiceberg-<VERSION>/*
+svn checkout https://dist.apache.org/repos/dist/release/iceberg /tmp/iceberg-dist-release/
234
+cd /tmp/iceberg-dist-release/pyiceberg-${VERSION_WITHOUT_RC}
235
+twine upload pyiceberg-*.whl pyiceberg-*.tar.gz
236
```
237
238
Send out an announcement on the dev mail list:
0 commit comments