From 9936079ac75d4b75be95bad5bc962465e8c5f458 Mon Sep 17 00:00:00 2001 From: Matt Shirley Date: Tue, 1 Aug 2023 14:47:09 -0400 Subject: [PATCH] Update publish-to-test-pypi.yml --- .github/workflows/publish-to-test-pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/publish-to-test-pypi.yml index 20abfa5..2b4dc28 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -4,7 +4,7 @@ on: push jobs: build-n-publish: name: Build and publish packages to PyPI and TestPyPI - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - name: Checkout @@ -34,4 +34,4 @@ jobs: if: startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@master with: - password: ${{ secrets.pypi_password }} \ No newline at end of file + password: ${{ secrets.pypi_password }}