Skip to content

Commit

Permalink
fix input version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqliu committed Nov 28, 2024
1 parent 6879c1c commit c3e28f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs/docs/how-to-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Run the [`Python release` Github Action](https://github.com/apache/iceberg-pytho
Or if `gh` is available, trigger the action using:

```bash
gh workflow run python-release.yml --repo apache/iceberg-python --ref ${GIT_TAG} --field version=main
gh workflow run python-release.yml --repo apache/iceberg-python --ref ${GIT_TAG} --field version=${VERSION}
PYPI_RUN_ID=$(gh run list --repo apache/iceberg-python --json databaseId -q '.[0].databaseId')
echo "Waiting for workflow to complete, this will take several minutes..."
gh run watch $PYPI_RUN_ID --repo apache/iceberg-python
Expand Down

0 comments on commit c3e28f1

Please sign in to comment.