Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 10, 2023
1 parent 238ae43 commit e2b6d1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
nox --error-on-missing-interpreters --non-interactive --session build
- name: Publish to Test PyPi
uses: pypa/[email protected].7
uses: pypa/[email protected].9
with:
user: __token__
password: ${{ secrets.test_pypi_password }}
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
run: |
nox --error-on-missing-interpreters --non-interactive --session build
- name: Publish to PyPi
uses: pypa/[email protected].7
uses: pypa/[email protected].9
with:
user: __token__
password: ${{ secrets.pypi_password }}
Expand Down

0 comments on commit e2b6d1a

Please sign in to comment.