Skip to content

Commit f6275f4

Browse files
authored
Fix CD workflow (#49)
1 parent 4c118ea commit f6275f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/cd.yml

-1
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)