diff --git a/.github/workflows/publish_stable.yml b/.github/workflows/publish_stable.yml index 4714e80b4..31ffebe8b 100644 --- a/.github/workflows/publish_stable.yml +++ b/.github/workflows/publish_stable.yml @@ -83,8 +83,8 @@ jobs: continue-on-error: false - name: Publish to PyPI - if: success() && github.event_name == 'push' && startsWith(github.ref, 'refs/heads/dev') + if: success() && github.event_name == 'push' && startsWith(github.ref, 'refs/heads/stable') uses: pypa/gh-action-pypi-publish@v1.4.2 with: user: cobycloud - password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file + password: ${{ secrets.PYPI_API_TOKEN }}