Skip to content

Commit

Permalink
refactor: update dependencies in ci-cd-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MountainGod2 committed Oct 27, 2024
1 parent 3f572fb commit 26f265d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:

- name: Publish to TestPyPI
if: steps.release.outputs.released == 'true'
uses: pypa/gh-action-pypi-publish@release/v1.10
uses: pypa/[email protected].3
with:
repository-url: 'https://test.pypi.org/legacy/'

Expand All @@ -115,11 +115,11 @@ jobs:
- name: Publish to PyPI
if: steps.release.outputs.released == 'true'
uses: pypa/gh-action-pypi-publish@release/v1.10
uses: pypa/[email protected].3

- name: Publish to GitHub Releases
if: steps.release.outputs.released == 'true'
uses: python-semantic-release/publish-action@main
uses: python-semantic-release/publish-action@v9.12.0
with:
github_token: '${{ secrets.GITHUB_TOKEN }}'

Expand Down

0 comments on commit 26f265d

Please sign in to comment.