From f15694034a52612300a571965f21b9ece7827e7f Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Sun, 2 Feb 2025 16:28:25 -0800 Subject: [PATCH] temp pyiceberg-kevinliu --- .github/workflows/nightly-pypi-build.yml | 4 +++- .github/workflows/pypi-build-artifacts.yml | 3 +-- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) 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/.github/workflows/pypi-build-artifacts.yml b/.github/workflows/pypi-build-artifacts.yml index ccf609e404..98b566526c 100644 --- a/.github/workflows/pypi-build-artifacts.yml +++ b/.github/workflows/pypi-build-artifacts.yml @@ -35,8 +35,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ macos-14, macos-15 ] - # os: [ ubuntu-22.04, windows-2022, macos-13, macos-14, macos-15 ] + os: [ ubuntu-22.04, windows-2022, macos-13, macos-14 ] steps: - uses: actions/checkout@v4 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/"