Skip to content

Commit

Permalink
Fix CD workflow (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti authored Sep 27, 2024
1 parent 75c8458 commit 2ac5e97
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 @@ -13,7 +13,6 @@ jobs:

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

0 comments on commit 2ac5e97

Please sign in to comment.