File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -113,31 +113,3 @@ jobs:
113113 with :
114114 skip-existing : true
115115 packages-dir : bindings/python/dist
116-
117- testpypi-publish :
118- name : Publish Python 🐍 distribution 📦 to TestPypi
119- needs : [ sdist, wheels ]
120- runs-on : ubuntu-latest
121- # Only publish to TestPyPi if the tag is a pre-release
122- if : ${{ startsWith(github.ref, 'refs/tags/') && contains(github.ref, '-')}}
123-
124- environment :
125- name : testpypi
126- url : https://test.pypi.org/p/pyiceberg_core
127-
128- permissions :
129- id-token : write # IMPORTANT: mandatory for trusted publishing
130-
131- steps :
132- - name : Download all the dists
133- uses : actions/download-artifact@v4
134- with :
135- pattern : wheels-*
136- merge-multiple : true
137- path : bindings/python/dist
138- - name : Publish to TestPyPI
139- uses : pypa/gh-action-pypi-publish@release/v1
140- with :
141- repository-url : https://test.pypi.org/legacy/
142- skip-existing : true
143- packages-dir : bindings/python/dist
You can’t perform that action at this time.
0 commit comments