Update publish-python.yml

This commit is contained in:
Anand Krishnamoorthi
2024-01-28 23:55:15 -08:00
committed by GitHub
parent ca91c0ea20
commit 5799a3e6c4

View File

@@ -98,7 +98,8 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
# Commented out for initial release.
# if: "startsWith(github.ref, 'refs/tags/')"
needs: [linux, windows, macos, sdist]
steps:
- uses: actions/download-artifact@v3