fix: Fix package release workflow

This commit is contained in:
Jon Grace-Cox
2024-12-30 09:29:00 -05:00
parent ba0b8a333d
commit bfdc87b313

View File

@@ -1,3 +1,5 @@
---
name: Python package
on:
@@ -8,7 +10,6 @@ on:
jobs:
release:
runs-on: ubuntu-latest
needs: build
if: startsWith(github.ref, 'refs/tags/v')
steps: