Skip to content

Commit ffffb2f

Browse files
committed
Exclude signature files from twine upload (apache#1071)
1 parent d66c36f commit ffffb2f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mkdocs/docs/how-to-release.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,9 @@ svn mv ${SVN_DEV_DIR_VERSIONED} ${SVN_RELEASE_DIR_VERSIONED} -m "PyIceberg: Add
230230
The latest version can be pushed to PyPi. Check out the Apache SVN and make sure to publish the right version with `twine`:
231231

232232
```bash
233-
twine upload /tmp/iceberg-dist-release/pyiceberg-<VERSION>/*
233+
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
234236
```
235237

236238
Send out an announcement on the dev mail list:

0 commit comments

Comments
 (0)