diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cd61f4d7..4bc895af 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -132,7 +132,6 @@ jobs: name: release files to PyPI runs-on: ubuntu-latest # Protection Strategies -- use ONE of the following two lines: - if: false # if: github.event_name == 'release' && github.event.action == 'published' # publish on via explicit publish # if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') # publish on tag starting w/ 'v' steps: