We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a218903 commit 6a8aa3cCopy full SHA for 6a8aa3c
.github/workflows/build-python-package.yml
@@ -75,7 +75,7 @@ jobs:
75
name: Upload to PyPI
76
needs: [build_wheels, build_sdist]
77
runs-on: ubuntu-latest
78
- if: github.ref == 'refs/heads/master' && github.event_name == 'push'
+# if: github.ref == 'refs/heads/master' && github.event_name == 'push'
79
80
steps:
81
- uses: actions/checkout@v2
0 commit comments