Skip to content

Commit 613a3ff

Browse files
committed
remove publishing to testpypi on regular release workflow
1 parent 28ba9fb commit 613a3ff

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.github/workflows/release_python.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)