diff --git a/.github/workflows/nightly-pypi-build.yml b/.github/workflows/nightly-pypi-build.yml index df49acfb9f..661d060eb2 100644 --- a/.github/workflows/nightly-pypi-build.yml +++ b/.github/workflows/nightly-pypi-build.yml @@ -29,7 +29,7 @@ jobs: uses: ./.github/workflows/pypi-build-artifacts.yml # Reference the PyPI build workflow with: VERSION: "0.0.0" # Generate nightly version - RC: "0" # Reset RC for nightly builds + RC: "1" # Reset RC for nightly builds testpypi-publish: name: Publish to TestPypi @@ -49,6 +49,8 @@ jobs: with: merge-multiple: true path: dist/ + - name: List downloaded artifacts + run: ls -R dist/ - name: Publish to TestPyPI uses: pypa/gh-action-pypi-publish@release/v1 with: diff --git a/pyproject.toml b/pyproject.toml index 7d28e89832..342313711e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. [tool.poetry] -name = "pyiceberg" +name = "pyiceberg-kevinliu" version = "0.9.0" readme = "README.md" homepage = "https://py.iceberg.apache.org/"