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