Skip to content

Commit

Permalink
use pyiceberg-core-kevinliu
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqliu committed Feb 21, 2025
1 parent 2f42bae commit 9a52e5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_python_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

sdist:
needs: set-version
if: github.repository == 'apache/iceberg-rust' # Only run for apache repo
# if: github.repository == 'apache/iceberg-rust' # Only run for apache repo
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -63,7 +63,7 @@ jobs:

wheels:
needs: set-version
if: github.repository == 'apache/iceberg-rust' # Only run for apache repo
# if: github.repository == 'apache/iceberg-rust' # Only run for apache repo
runs-on: "${{ matrix.os }}"
strategy:
matrix:
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:

environment:
name: testpypi
url: https://test.pypi.org/p/pyiceberg_core
url: https://test.pypi.org/p/pyiceberg_core-kevinliu

permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[project]
name = "pyiceberg_core"
name = "pyiceberg_core-kevinliu"
version = "0.4.0"
readme = "project-description.md"
requires-python = "~=3.9"
Expand Down

0 comments on commit 9a52e5a

Please sign in to comment.