Skip to content

Commit

Permalink
Merge pull request #66 from datasig-ac-uk/dependabot/github_actions/p…
Browse files Browse the repository at this point in the history
…ypa/gh-action-pypi-publish-1.9.0

Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0
  • Loading branch information
rchan26 authored Sep 11, 2024
2 parents 5b2bdcf + 1092d32 commit b87d738
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 @@ -85,7 +85,7 @@ jobs:
- name: Check products
run: pipx run twine check dist/*

- uses: pypa/gh-action-pypi-publish@v1.8.14
- uses: pypa/gh-action-pypi-publish@v1.9.0
if: github.event_name == 'release' && github.event.action == 'published'
with:
# Remember to generate this and set it in "GitHub Secrets"
Expand Down

0 comments on commit b87d738

Please sign in to comment.