Skip to content

Commit

Permalink
Upgrade the elements of the GHA for upload to pypi.
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Jan 14, 2024
1 parent 5baeb90 commit 6efbfc7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6efbfc7

Please sign in to comment.