Skip to content

Commit 007c071

Browse files
committed
CI: remove pypi publish
1 parent e112aa5 commit 007c071

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

.github/workflows/python.yml

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -184,39 +184,3 @@ jobs:
184184
with:
185185
name: wheels-win-${{ matrix.target }}
186186
path: libs\gl-client-py\dist
187-
188-
publish:
189-
runs-on: ubuntu-20.04
190-
needs:
191-
- source
192-
- windows
193-
- linux
194-
- macos
195-
if: github.ref == 'refs/heads/main'
196-
steps:
197-
- name: Download wheels
198-
uses: actions/download-artifact@v4
199-
with:
200-
path: libs/gl-client-py/dist
201-
pattern: libs/gl-client-py/dist-*
202-
merge-multiple: true
203-
204-
- name: Install dependencies
205-
run: |
206-
sudo apt-get update -qq
207-
sudo apt-get install python3-pip
208-
sudo pip3 install -U \
209-
uv
210-
211-
- name: Publish wheels to PyPI
212-
env:
213-
TWINE_USERNAME: __token__
214-
run: |
215-
cd libs/gl-client-py
216-
uv tool run twine upload \
217-
--skip-existing \
218-
--non-interactive \
219-
--verbose \
220-
--username "__token__" \
221-
--password "${{ secrets.TWINE_PASSWORD }}" \
222-
dist/*.tar.gz dist/*.whl

0 commit comments

Comments
 (0)