Skip to content

Commit

Permalink
build(deps): bump pypa/gh-action-pypi-publish from 1.4.2 to 1.5.0
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 1.4.2 to 1.5.0.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@v1.4.2...v1.5.0)

---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2022
1 parent 1a0ed3d commit a367544
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 @@ -165,7 +165,7 @@ jobs:
- name: "Publish package"
if: "${{ github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') }}"
uses: "pypa/gh-action-pypi-publish@v1.4.2"
uses: "pypa/gh-action-pypi-publish@v1.5.0"
with:
user: "${{ secrets.PYPI_USERNAME }}"
password: "${{ secrets.PYPI_PASSWORD }}"
Expand Down

0 comments on commit a367544

Please sign in to comment.