We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a077b commit 6138b37Copy full SHA for 6138b37
1 file changed
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
pypi-publish:
43
name: Upload release to PyPI
44
runs-on: ubuntu-latest
45
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
+ #if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
46
environment:
47
name: pypi
48
url: https://pypi.org/p/meson-python
0 commit comments