diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 6831c8c..776cdb5 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -3,10 +3,10 @@ name: Publish Python 🐍 distributions 📦 to PyPI on: push: branches: - - main - pull_request: - branches: - - main + - test-oidc + # pull_request: + # branches: + # - main jobs: build-n-publish: