Update GitHub Action Versions (#263)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Joshua Bronson 2022-12-03 18:03:09 -05:00 committed by GitHub
parent 568c856744
commit 977c7d0605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
- run: python -m pip install -U pip setuptools build
- run: python -m build
- name: Publish
uses: pypa/gh-action-pypi-publish@v1.5.1
uses: pypa/gh-action-pypi-publish@v1.5.2
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

View File

@ -25,7 +25,7 @@ jobs:
- run: python -m pip install -U pip setuptools build
- run: python -m build
- name: Publish
uses: pypa/gh-action-pypi-publish@v1.5.1
uses: pypa/gh-action-pypi-publish@v1.5.2
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}