Skip to content

Commit

Permalink
fix: Updated cd.yml workflow, following upstream fix (#2)
Browse files Browse the repository at this point in the history
Your issue with cd.yml (continuous deployment) not working was resolved in scientific-python/cookie#282. I'm just copying the fix here.
  • Loading branch information
jpivarski authored Oct 16, 2023
1 parent 62f1c6e commit c9f7cb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ env:

jobs:
dist:
needs: [pre-commit]
name: Distribution build
runs-on: ubuntu-latest

Expand Down

0 comments on commit c9f7cb6

Please sign in to comment.