Skip to content

Commit

Permalink
⬆️ Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.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.8.14 to 1.9.0.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@v1.8.14...v1.9.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] committed Jun 17, 2024
1 parent fc1aaaa commit 6b10861
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ jobs:

- name: Publish packages on PyPI
if: "! needs.package-build.outputs.is-test-package"
uses: pypa/gh-action-pypi-publish@v1.8.14
uses: pypa/gh-action-pypi-publish@v1.9.0
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }} # pragma: allowlist secret
Expand All @@ -278,7 +278,7 @@ jobs:
# # https://github.com/pypi/warehouse/issues/15149
# - name: Publish packages on TestPyPI
# if: "needs.package-build.outputs.is-test-package"
# uses: pypa/gh-action-pypi-publish@v1.8.14
# uses: pypa/gh-action-pypi-publish@v1.9.0
# with:
# user: __token__
# password: ${{ secrets.TEST_PYPI_TOKEN }} # pragma: allowlist secret
Expand Down

0 comments on commit 6b10861

Please sign in to comment.