Skip to content

Commit 6138b37

Browse files
committed
DEBUG: comment out tag bit
1 parent 46a077b commit 6138b37

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
@@ -42,7 +42,7 @@ jobs:
4242
pypi-publish:
4343
name: Upload release to PyPI
4444
runs-on: ubuntu-latest
45-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
45+
#if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
4646
environment:
4747
name: pypi
4848
url: https://pypi.org/p/meson-python

0 commit comments

Comments
 (0)