Skip to content

Commit

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

Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.3 in the actions group across 1 directory
  • Loading branch information
jomey authored Oct 23, 2024
2 parents 252f6ed + f082383 commit 1b8c44b
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/[email protected].1
uses: pypa/[email protected].3
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/[email protected].1
- uses: pypa/[email protected].3
if: startsWith(github.ref, 'refs/tags')

0 comments on commit 1b8c44b

Please sign in to comment.