Skip to content

Commit

Permalink
Fix CD workflow template
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Oct 25, 2024
1 parent 5cca213 commit 97e51fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions doc/changes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Unreleased

## 🐞 Fixed

* Fixed CD workflow template

## 🔩 Internal

* Relock dependencies
1 change: 0 additions & 1 deletion exasol/toolbox/templates/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 97e51fb

Please sign in to comment.