Skip to content

Commit ea83827

Browse files
committed
DEBUG: comment out tag bit
1 parent 34850a4 commit ea83827

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
pypi-publish:
4444
name: Upload release to PyPI
4545
runs-on: ubuntu-latest
46-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
46+
#if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
4747
environment:
4848
name: pypi
4949
url: https://pypi.org/p/meson-python

0 commit comments

Comments
 (0)