We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae3976 commit 3357b29Copy full SHA for 3357b29
.github/workflows/main.yml
@@ -43,7 +43,7 @@ jobs:
43
ls /home/outpy${{ matrix.python-version }}
44
45
upload_to_pypi:
46
- if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
+# if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
47
needs: test_at_python
48
runs-on: ubuntu-latest
49
0 commit comments