Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

environment:
name: pypi
url: https://pypi.org/p/pyiceberg_core
url: https://pypi.org/p/pyiceberg-core

permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_python_nightly.yml
Original file line number Diff line number Diff line change
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

permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/project-description.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ This project is used to build an iceberg-rust powered core for pyiceberg, and in
Install via PyPI:

```
pip install pyiceberg_core
pip install pyiceberg-core
```
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"
version = "0.4.0"
readme = "project-description.md"
requires-python = "~=3.9"
Expand Down
Loading