Skip to content

Commit

Permalink
Merge pull request #322 from seafloor-geodesy/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions-5e72becc27

chore(deps): bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 in the actions group
  • Loading branch information
johnbdesanto authored Nov 4, 2024
2 parents 90109b7 + 0ec94bd commit f9fbfdd
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 @@ -56,7 +56,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 @@ -94,5 +94,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 f9fbfdd

Please # to comment.