[model-gateway] fix model gateway pypi release workflow path (#13372)
This commit is contained in:
@@ -120,15 +120,15 @@ jobs:
|
|||||||
protoc --version
|
protoc --version
|
||||||
|
|
||||||
- name: List built packages
|
- name: List built packages
|
||||||
run: ${{ matrix.ls || 'ls -lh' }} dist/
|
run: ${{ matrix.ls || 'ls -lh' }} bindings/python/dist/
|
||||||
|
|
||||||
- name: Check packages
|
- name: Check packages
|
||||||
run: twine check --strict dist/*
|
run: twine check --strict bindings/python/dist/*
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: packages-${{ matrix.os }}-${{ matrix.target }}-${{ matrix.manylinux || 'auto' }}
|
name: packages-${{ matrix.os }}-${{ matrix.target }}-${{ matrix.manylinux || 'auto' }}
|
||||||
path: dist/
|
path: bindings/python/dist/
|
||||||
|
|
||||||
build-sdist:
|
build-sdist:
|
||||||
name: Build SDist
|
name: Build SDist
|
||||||
@@ -174,7 +174,7 @@ jobs:
|
|||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: sdist
|
name: sdist
|
||||||
path: dist/*.tar.gz
|
path: bindings/python/dist/*.tar.gz
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
name: Upload to TestPyPI
|
name: Upload to TestPyPI
|
||||||
|
|||||||
@@ -105,15 +105,15 @@ jobs:
|
|||||||
protoc --version
|
protoc --version
|
||||||
|
|
||||||
- name: List built packages
|
- name: List built packages
|
||||||
run: ${{ matrix.ls || 'ls -lh' }} dist/
|
run: ${{ matrix.ls || 'ls -lh' }} bindings/python/dist/
|
||||||
|
|
||||||
- name: Check packages
|
- name: Check packages
|
||||||
run: twine check --strict dist/*
|
run: twine check --strict bindings/python/dist/*
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: packages-${{ matrix.os }}-${{ matrix.target }}-${{ matrix.manylinux || 'auto' }}
|
name: packages-${{ matrix.os }}-${{ matrix.target }}-${{ matrix.manylinux || 'auto' }}
|
||||||
path: dist/
|
path: bindings/python/dist/
|
||||||
|
|
||||||
build-sdist:
|
build-sdist:
|
||||||
name: Build SDist
|
name: Build SDist
|
||||||
@@ -145,7 +145,7 @@ jobs:
|
|||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: sdist
|
name: sdist
|
||||||
path: dist/*.tar.gz
|
path: bindings/python/dist/*.tar.gz
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
name: Upload to PyPI
|
name: Upload to PyPI
|
||||||
|
|||||||
Reference in New Issue
Block a user