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
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from v1.4.1 to v1.4.2.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@v1.4.1...27b3170)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2021
1 parent 1ea3efa commit 965e9ba
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 @@ -140,7 +140,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 965e9ba

Please sign in to comment.