ci: fix for python, always release

This commit is contained in:
əlemi 2024-09-09 19:58:28 +02:00
parent ade03cb590
commit f8329cb0f1
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -158,9 +158,7 @@ jobs:
path: dist/py
release:
name: Release
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
needs: [linux, windows, macos, sdist]
steps:
- uses: actions/download-artifact@v4