Skip to content

Commit

Permalink
Merge pull request #171 from SnowEx/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…-5e72becc27

Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 in the actions group
  • Loading branch information
jomey authored Nov 1, 2024
2 parents 321e0ef + c967a80 commit f4ad6b6
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.10.3
uses: pypa/gh-action-pypi-publish@v1.11.0
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.10.3
- uses: pypa/gh-action-pypi-publish@v1.11.0
if: startsWith(github.ref, 'refs/tags')

0 comments on commit f4ad6b6

Please sign in to comment.