Skip to content

Commit fb47071

Browse files
committed
tmp
1 parent d8f9890 commit fb47071

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/nightly-pypi-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: ./.github/workflows/pypi-build-artifacts.yml # Reference the PyPI build workflow
3030
with:
3131
VERSION: "0.0.0" # Generate nightly version
32-
RC: "0" # Reset RC for nightly builds
32+
RC: "1" # Reset RC for nightly builds
3333

3434
testpypi-publish:
3535
name: Publish to TestPypi
@@ -49,6 +49,8 @@ jobs:
4949
with:
5050
merge-multiple: true
5151
path: dist/
52+
- name: List downloaded artifacts
53+
run: ls -R dist/
5254
- name: Publish to TestPyPI
5355
uses: pypa/gh-action-pypi-publish@release/v1
5456
with:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717
[tool.poetry]
18-
name = "pyiceberg"
18+
name = "pyiceberg-kevinliu"
1919
version = "0.9.0"
2020
readme = "README.md"
2121
homepage = "https://py.iceberg.apache.org/"

0 commit comments

Comments
 (0)