Skip to content

Commit

Permalink
CI: Use v9.8.1 Packages for Publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Nov 18, 2024
1 parent 8bbb25d commit a09db9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wipac-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
with:
fetch-depth: 0
# Python-Package Version Bump
- uses: python-semantic-release/python-semantic-release@v9.14.0
- uses: python-semantic-release/python-semantic-release@v9.8.1
id: psr-psr
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -112,7 +112,7 @@ jobs:
with:
password: ${{ secrets.PYPI_TOKEN }}
# GitHub Release
- uses: python-semantic-release/[email protected].9
- uses: python-semantic-release/[email protected].1
if: steps.psr-psr.outputs.released == 'true'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a09db9b

Please sign in to comment.