Skip to content

Commit 5b79dac

Browse files
committed
Rename pyiceberg_core to pyiceberg-core
When I go to: https://pypi.org/project/pyiceberg_core/ It redirects to: https://pypi.org/project/pyiceberg-core/ We also install `pyiceberg-core` in PyIceberg, so I think pypi automatically replaces the underscore with a dash.
1 parent 58eda97 commit 5b79dac

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release_python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595

9696
environment:
9797
name: pypi
98-
url: https://pypi.org/p/pyiceberg_core
98+
url: https://pypi.org/p/pyiceberg-core
9999

100100
permissions:
101101
id-token: write # IMPORTANT: mandatory for trusted publishing

.github/workflows/release_python_nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109

110110
environment:
111111
name: testpypi
112-
url: https://test.pypi.org/p/pyiceberg_core
112+
url: https://test.pypi.org/p/pyiceberg-core
113113

114114
permissions:
115115
id-token: write # IMPORTANT: mandatory for trusted publishing

bindings/python/project-description.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ This project is used to build an iceberg-rust powered core for pyiceberg, and in
2424
Install via PyPI:
2525

2626
```
27-
pip install pyiceberg_core
27+
pip install pyiceberg-core
2828
```

bindings/python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ requires = ["maturin>=1.0,<2.0"]
2020
build-backend = "maturin"
2121

2222
[project]
23-
name = "pyiceberg_core"
23+
name = "pyiceberg-core"
2424
version = "0.4.0"
2525
readme = "project-description.md"
2626
requires-python = "~=3.9"

0 commit comments

Comments
 (0)