From aeda8e7868f8d823fe3522960fb82e4fc82c164d Mon Sep 17 00:00:00 2001 From: "Richard T. Jones" Date: Mon, 30 Sep 2024 15:24:58 -0400 Subject: [PATCH] * publish on any push, not just special "release" tags [rtj] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4e1d10a..8ad037d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: publish-to-pypi: name: >- Publish Python jupyroot distribution to PyPI - if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes + #if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes needs: - build runs-on: ubuntu-latest