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 28c2ce2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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
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 28c2ce2

Please sign in to comment.