File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 29
29
uses : ./.github/workflows/pypi-build-artifacts.yml # Reference the PyPI build workflow
30
30
with :
31
31
VERSION : " 0.0.0" # Generate nightly version
32
- RC : " 0 " # Reset RC for nightly builds
32
+ RC : " 1 " # Reset RC for nightly builds
33
33
34
34
testpypi-publish :
35
35
name : Publish to TestPypi
49
49
with :
50
50
merge-multiple : true
51
51
path : dist/
52
+ - name : List downloaded artifacts
53
+ run : ls -R dist/
52
54
- name : Publish to TestPyPI
53
55
uses : pypa/gh-action-pypi-publish@release/v1
54
56
with :
Original file line number Diff line number Diff line change 15
15
# specific language governing permissions and limitations
16
16
# under the License.
17
17
[tool .poetry ]
18
- name = " pyiceberg"
18
+ name = " pyiceberg-kevinliu "
19
19
version = " 0.9.0"
20
20
readme = " README.md"
21
21
homepage = " https://py.iceberg.apache.org/"
You can’t perform that action at this time.
0 commit comments