From 6efbfc7994e86f87330e943c9152708a7cfefecf Mon Sep 17 00:00:00 2001 From: Ariel Rokem Date: Sun, 14 Jan 2024 13:16:23 -0800 Subject: [PATCH] Upgrade the elements of the GHA for upload to pypi. --- .github/workflows/publish-to-test-pypi.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/publish-to-test-pypi.yml index 0ecd96f..3898a29 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -4,13 +4,13 @@ on: push jobs: build-n-publish: name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - - uses: actions/checkout@master - - name: Set up Python 3.7 - uses: actions/setup-python@v1 + - uses: actions/checkout@v4 + - name: Set up Python 3.10 + uses: actions/setup-python@v5 with: - python-version: 3.7 + python-version: 3.10 - name: Install pep517 run: >- python -m