Skip to content

Commit

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

---
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 Mar 4, 2024
1 parent ba048f9 commit eeaab19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

- name: Publish package to TestPyPI
# if: github.event_name == 'push'
uses: pypa/gh-action-pypi-publish@v1.5.0
uses: pypa/gh-action-pypi-publish@v1.8.12
with:
user: __token__
password: ${{ secrets.PYPITEST_TOKEN }}
Expand All @@ -91,7 +91,7 @@ jobs:
# name: releases
# path: dist
# - name: Publish package to PyPI
# uses: pypa/gh-action-pypi-publish@v1.5.0
# uses: pypa/gh-action-pypi-publish@v1.8.12
# with:
# user: __token__
# password: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit eeaab19

Please sign in to comment.