Skip to content

Commit

Permalink
Merge pull request #182 from SnowEx/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…-13fff53659

Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 in the actions group
  • Loading branch information
jomey authored Feb 12, 2025
2 parents 125395b + 22cdf56 commit fb71fa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
ls -ltrh
ls -ltrh dist
- name: Publish to Test PyPI
uses: pypa/gh-action-pypi-publish@v1.12.3
uses: pypa/gh-action-pypi-publish@v1.12.4
with:
repository-url: https://test.pypi.org/legacy/
verbose: true
Expand Down Expand Up @@ -98,5 +98,5 @@ jobs:
name: artifact
path: dist

- uses: pypa/gh-action-pypi-publish@v1.12.3
- uses: pypa/gh-action-pypi-publish@v1.12.4
if: startsWith(github.ref, 'refs/tags')

0 comments on commit fb71fa2

Please sign in to comment.