Skip to content

Commit

Permalink
Updates to CI and Packaging - 2 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans authored Feb 13, 2025
1 parent b69f3aa commit 3208053
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wipac-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,17 +159,17 @@ jobs:
with:
fetch-depth: 0
# Python-Package Version Bump
- uses: python-semantic-release/python-semantic-release@v9.8.1
- uses: python-semantic-release/python-semantic-release@v9.19.1
id: psr-psr
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
# PyPI Release
- uses: pypa/[email protected]
if: steps.psr-psr.outputs.released == 'true'
with:
password: ${{ secrets.PYPI_TOKEN }}
# GitHub Release
- uses: python-semantic-release/upload-to-gh-release@v9.8.1
- uses: python-semantic-release/publish-action@v9.19.1
if: steps.psr-psr.outputs.released == 'true'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 comments on commit 3208053

Please sign in to comment.