0

for test purposes

This commit is contained in:
rafaelsideguide 2024-06-06 11:00:29 -03:00
parent af9e6c94a0
commit fcea2d30b8

View File

@ -1,7 +1,7 @@
name: Publish Python SDK name: Publish Python SDK
on: on:
pull_request: push:
branches: branches:
- main - main
@ -45,5 +45,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: | run: |
echo "Publishing to PyPI" echo "Publishing to PyPI"
# twine upload dist/*