Skip to content

Commit

Permalink
Bump pypa/gh-action-pypi-publish@release/v1.8 from 1.8 to 1.12
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 21ab87f commit 9fa3327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
--outdir dist/
- name: Publish distribution 📦 to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1.8
uses: pypa/gh-action-pypi-publish@release/v1.12
with:
repository-url: https://test.pypi.org/legacy/

- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1.8
uses: pypa/gh-action-pypi-publish@release/v1.12
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 9fa3327

Please sign in to comment.