Skip to content

Commit

Permalink
Exclude signature files from twine upload (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
sungwy authored Aug 20, 2024
1 parent 0cd334b commit 8e33e55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mkdocs/docs/how-to-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,9 @@ svn mv ${SVN_DEV_DIR_VERSIONED} ${SVN_RELEASE_DIR_VERSIONED} -m "PyIceberg: Add
The latest version can be pushed to PyPi. Check out the Apache SVN and make sure to publish the right version with `twine`:

```bash
twine upload /tmp/iceberg-dist-release/pyiceberg-<VERSION>/*
svn checkout https://dist.apache.org/repos/dist/release/iceberg /tmp/iceberg-dist-release/
cd /tmp/iceberg-dist-release/pyiceberg-${VERSION_WITHOUT_RC}
twine upload pyiceberg-*.whl pyiceberg-*.tar.gz
```

Send out an announcement on the dev mail list:
Expand Down

0 comments on commit 8e33e55

Please sign in to comment.