Fix the hanging CI

This commit is contained in:
Duncan Ogilvie
2023-08-11 17:49:17 +02:00
parent 30f33f98d3
commit 050670e8c8
5 changed files with 8 additions and 23 deletions
+1 -18
View File
@@ -93,28 +93,11 @@ jobs:
name: wheels
path: dist
sdist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: Build sdist
uses: PyO3/maturin-action@v1
with:
command: sdist
args: --out dist
- name: Upload sdist
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
release:
name: Release
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
needs: [linux, windows, macos, sdist]
needs: [linux, windows, macos]
steps:
- uses: actions/download-artifact@v3
with: