mirror of
https://github.com/neodyland/sbv2-api.git
synced 2026-08-18 12:18:19 +00:00
Fix
This commit is contained in:
@@ -124,7 +124,7 @@ jobs:
|
|||||||
name: Release
|
name: Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: "startsWith(github.ref, 'refs/tags/')"
|
if: "startsWith(github.ref, 'refs/tags/')"
|
||||||
needs: [linux, musllinux, windows, macos, sdist]
|
needs: [linux, windows, macos, sdist]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v4
|
||||||
- name: Publish to PyPI
|
- name: Publish to PyPI
|
||||||
|
|||||||
Reference in New Issue
Block a user