File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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
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 :
Original file line number Diff line number Diff line change 1515# specific language governing permissions and limitations
1616# under the License.
1717[tool .poetry ]
18- name = " pyiceberg"
18+ name = " pyiceberg-kevinliu "
1919version = " 0.9.0"
2020readme = " README.md"
2121homepage = " https://py.iceberg.apache.org/"
You can’t perform that action at this time.
0 commit comments