We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc5ca1 commit 9f2786eCopy full SHA for 9f2786e
.github/workflows/nightly-pypi-build.yml
@@ -67,7 +67,7 @@ jobs:
67
runs-on: ubuntu-latest
68
environment:
69
name: testpypi
70
- url: https://test.pypi.org/p/pyiceberg-kevinliu
+ url: https://test.pypi.org/p/pyiceberg
71
72
permissions:
73
id-token: write # IMPORTANT: mandatory for trusted publishing
pyproject.toml
@@ -15,7 +15,7 @@
15
# specific language governing permissions and limitations
16
# under the License.
17
[tool.poetry]
18
-name = "pyiceberg-kevinliu"
+name = "pyiceberg"
19
version = "0.9.0"
20
readme = "README.md"
21
homepage = "https://py.iceberg.apache.org/"
0 commit comments