update publish workflow

This commit is contained in:
Elizabeth Esswein 2024-05-01 12:29:02 -04:00
parent a9eaca8456
commit 651ed6c31d
1 changed files with 2 additions and 2 deletions

View File

@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: "3.12"
- name: Install pypa/build
run: >-
python -m