Update publish-python-sdk.yml
This commit is contained in:
parent
fcea2d30b8
commit
5bf7b9d82f
3
.github/workflows/publish-python-sdk.yml
vendored
3
.github/workflows/publish-python-sdk.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: Publish Python SDK
|
name: Publish Python SDK
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
@ -45,4 +45,3 @@ jobs:
|
|||||||
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
||||||
run: |
|
run: |
|
||||||
echo "Publishing to PyPI"
|
echo "Publishing to PyPI"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user