diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 67e8b73..6404fdd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -221,7 +221,7 @@ jobs: publish: runs-on: ubuntu-latest needs: [build, build-wheels] - if: github.event_name == 'release' + if: github.event_name == 'release' || github.event_name == 'workflow_dispatch' steps: - name: Download a distribution artifact uses: actions/download-artifact@v3