Skip to content

Commit

Permalink
Fix the Python Release Github Action (#877)
Browse files Browse the repository at this point in the history
# Description
- Fix the Github Action for releasing the Python binding
  • Loading branch information
fvaleye authored Oct 11, 2022
1 parent d35c457 commit 5ce4a40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
run: |
cargo test --features integration_test,s3-rustls,datafusion-ext
paruqet2_test:
parquet2_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:

release-docs:
needs:
[validate-release-tag, release-pypi-manylinux, release-pypi-mac-windows]
[validate-release-tag, release-pypi-manylinux, release-pypi-mac, release-pypi-windows]
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 5ce4a40

Please sign in to comment.