From fbad5d313446ed9d0d7a8ee4831e3848bf5e25f6 Mon Sep 17 00:00:00 2001 From: Vijini Mallawaarachchi Date: Mon, 26 Aug 2024 19:40:39 +0930 Subject: [PATCH] REL: Update pypi yaml --- .github/workflows/pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 2a21a7b..cfba592 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -116,7 +116,7 @@ jobs: release: name: Release runs-on: ubuntu-latest - needs: [linux, musllinux, windows, macos, sdist] + needs: [linux, musllinux, windows, macos] steps: - uses: actions/download-artifact@v4 - name: Publish to PyPI