From 977c7d0605ecfb1630a0f5a3b1074e900b87e6f1 Mon Sep 17 00:00:00 2001 From: Joshua Bronson Date: Sat, 3 Dec 2022 18:03:09 -0500 Subject: [PATCH] Update GitHub Action Versions (#263) Co-authored-by: github-actions[bot] --- .github/workflows/release-to-pypi.yml | 2 +- .github/workflows/release-to-test-pypi.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-to-pypi.yml b/.github/workflows/release-to-pypi.yml index 77eb3bc..6714356 100644 --- a/.github/workflows/release-to-pypi.yml +++ b/.github/workflows/release-to-pypi.yml @@ -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 }} diff --git a/.github/workflows/release-to-test-pypi.yml b/.github/workflows/release-to-test-pypi.yml index 41f10ba..d4731a3 100644 --- a/.github/workflows/release-to-test-pypi.yml +++ b/.github/workflows/release-to-test-pypi.yml @@ -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 }}