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 2cfa8a0 commit f440cc0Copy full SHA for f440cc0
.github/workflows/nightly-pypi-build.yml
@@ -64,7 +64,7 @@ jobs:
64
runs-on: ubuntu-latest
65
environment:
66
name: testpypi
67
- url: https://test.pypi.org/p/pyiceberg
+ url: https://test.pypi.org/p/pyiceberg-kevinliu
68
69
permissions:
70
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"
+name = "pyiceberg-kevinliu"
19
version = "0.9.0"
20
readme = "README.md"
21
homepage = "https://py.iceberg.apache.org/"
0 commit comments