We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c118ea commit f6275f4Copy full SHA for f6275f4
.github/workflows/cd.yml
@@ -13,7 +13,6 @@ jobs:
13
14
cd-job:
15
name: Continuous Delivery
16
- needs: [ ci-job ]
17
uses: ./.github/workflows/build-and-publish.yml
18
secrets:
19
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
0 commit comments