From 353b046e3a8de2e64cfbbdc0f3c9a6668faa819f Mon Sep 17 00:00:00 2001 From: Jim Pivarski Date: Tue, 19 Sep 2023 14:37:38 -0500 Subject: [PATCH] fix: Updated cd.yml workflow, following upstream fix Your issue with cd.yml (continuous deployment) not working was resolved in scientific-python/cookie#282. I'm just copying the fix here. --- .github/workflows/cd.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 81d5c04..5100345 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -19,7 +19,6 @@ env: jobs: dist: - needs: [pre-commit] name: Distribution build runs-on: ubuntu-latest