Skip to content

Commit

Permalink
Bump pypa/gh-action-pypi-publish@release/v1.8 from 1.8 to 1.12 (#16)
Browse files Browse the repository at this point in the history
Bumps [pypa/gh-action-pypi-publish@release/v1.8](https://github.com/pypa/gh-action-pypi-publish) from 1.8 to 1.12.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@release/v1.8...release/v1.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent b1fad4a commit 75257e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python -m pip install build twine check-wheel-contents
python -m build --sdist --wheel .
- name: Publish pybravo to PyPI
uses: pypa/gh-action-pypi-publish@release/v1.8
uses: pypa/gh-action-pypi-publish@release/v1.12
with:
verbose: true
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 75257e5

Please sign in to comment.