Skip to content

Commit

Permalink
Merge pull request #23 from gradhep/dependabot/github_actions/pypa/gh…
Browse files Browse the repository at this point in the history
…-action-pypi-publish-1.5.0

Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.5.0
  • Loading branch information
Nathan Simpson authored Mar 5, 2022
2 parents 9ed6f1d + a6d3dd9 commit 4c48eb9
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 @@ -73,7 +73,7 @@ jobs:
- name: Check products
run: pipx run twine check dist/*

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

0 comments on commit 4c48eb9

Please sign in to comment.