Skip to content

Commit

Permalink
build(deps): bump pypa/gh-action-pypi-publish from v1.4.1 to v1.4.2 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 13, 2021
1 parent 0a77a11 commit 5e8bcc6
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 @@ -161,7 +161,7 @@ jobs:
- name: "Publish package"
if: "github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')"
uses: "pypa/gh-action-pypi-publish@v1.4.1"
uses: "pypa/gh-action-pypi-publish@v1.4.2"
with:
user: "${{ secrets.PYPI_USERNAME }}"
password: "${{ secrets.PYPI_PASSWORD }}"
Expand Down

0 comments on commit 5e8bcc6

Please sign in to comment.