Skip to content

Commit

Permalink
BOT: Bump pypa/gh-action-pypi-publish from 1.6.2 to 1.6.4 (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 7, 2022
1 parent 4bbcddd commit 37562f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Expand Up @@ -47,7 +47,7 @@ jobs:
run: ls dist/ -l

- name: Publish to TestPyPI
uses: pypa/gh-action-pypi-publish@v1.6.2
uses: pypa/gh-action-pypi-publish@v1.6.4
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
Expand All @@ -68,7 +68,7 @@ jobs:
run: ls dist/ -l

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@v1.6.2
uses: pypa/gh-action-pypi-publish@v1.6.4
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
Expand Down

0 comments on commit 37562f8

Please sign in to comment.