Skip to content

Commit 2ac5e97

Browse files
authored
Fix CD workflow (#252)
1 parent 75c8458 commit 2ac5e97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313

1414
cd-job:
1515
name: Continuous Delivery
16-
needs: [ ci-job ]
1716
uses: ./.github/workflows/build-and-publish.yml
1817
secrets:
1918
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)