Skip to content

Commit

Permalink
Pin python-toolbox version used in ci-cd workflow (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti authored Feb 16, 2024
1 parent 717504b commit 028a361
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
ci-job:
name: Checks
needs: [ check-tag-version-job ]
uses: exasol/python-toolbox/.github/workflows/checks.yml@main
uses: exasol/python-toolbox/.github/workflows/checks.yml@0.3.0

tests-job:
name: Tests (Python-${{ matrix.python-version }})
Expand Down Expand Up @@ -50,6 +50,6 @@ jobs:
cd-job:
name: Continues Delivery
needs: [ ci-job, tests-job ]
uses: exasol/python-toolbox/.github/workflows/build-and-publish.yml@main
uses: exasol/python-toolbox/.github/workflows/build-and-publish.yml@0.3.0
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
1 change: 1 addition & 0 deletions doc/changes/unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@

## Internal
- Updated lockfile
- Pin python-toolbox version in GitHub workflows

0 comments on commit 028a361

Please sign in to comment.