From fcea2d30b8e74539524affdd4c08325822c5bcf1 Mon Sep 17 00:00:00 2001 From: rafaelsideguide <150964962+rafaelsideguide@users.noreply.github.com> Date: Thu, 6 Jun 2024 11:00:29 -0300 Subject: [PATCH] for test purposes --- .github/workflows/publish-python-sdk.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish-python-sdk.yml b/.github/workflows/publish-python-sdk.yml index 814526d..c67d111 100644 --- a/.github/workflows/publish-python-sdk.yml +++ b/.github/workflows/publish-python-sdk.yml @@ -1,7 +1,7 @@ name: Publish Python SDK on: - pull_request: + push: branches: - main @@ -45,5 +45,4 @@ jobs: TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | echo "Publishing to PyPI" -# twine upload dist/*