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 1f6066f commit 20c6373Copy full SHA for 20c6373
.github/workflows/nightly-pypi-build.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: ./.github/workflows/pypi-build-artifacts.yml # Reference the PyPI build workflow
30
with:
31
VERSION: "0.0.0" # Generate nightly version
32
- RC: "0" # Reset RC for nightly builds
+ RC: "1" # Reset RC for nightly builds
33
34
testpypi-publish:
35
name: Publish to TestPypi
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