Skip to content

Commit

Permalink
temp pyiceberg-kevinliu
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqliu committed Feb 3, 2025
1 parent 1f6066f commit f156940
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/nightly-pypi-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pypi-build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit f156940

Please sign in to comment.