Skip to content

Commit

Permalink
Merge pull request #19 from BristolComputing/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/pypa/gh-action-pypi-publish-1.8.14

build(deps): bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.14
  • Loading branch information
kreczko authored Mar 12, 2024
2 parents 837872c + 8ae5251 commit 89492f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Check products
run: pipx run twine check dist/*

- uses: pypa/gh-action-pypi-publish@v1.8.11
- uses: pypa/gh-action-pypi-publish@v1.8.14
if: github.event_name == 'release' && github.event.action == 'published'
with:
user: __token__
Expand Down

0 comments on commit 89492f2

Please sign in to comment.