You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: Publish Python distribution to test.pypi.org
112
112
runs-on: ubuntu-latest
113
113
needs: [build_wheels, build_sdist]
114
-
if: ${{ github.event_name == 'workflow_dispatch' }} # TODO: once working, enable line below
115
-
# if: ${{ github.event_name == 'release' }} # triggered by releasing on github, test first before manually triggering the deployment to PyPI (see release documentation)
114
+
if: ${{ github.event_name == 'release' }} # triggered by releasing on github, test first before manually triggering the deployment to PyPI (see release documentation)
0 commit comments