Skip to content

Commit

Permalink
Update pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
koval01 committed Oct 6, 2023
1 parent 0a4fae3 commit 8942963
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10.12
- name: Set up Python 3.10.13
uses: actions/setup-python@v1
with:
python-version: 3.10.12
python-version: 3.10.13
- name: Install pypa/build
run: >-
python -m
Expand Down Expand Up @@ -42,10 +42,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10.12
- name: Set up Python 3.10.13
uses: actions/setup-python@v1
with:
python-version: 3.10.12
python-version: 3.10.13
- name: Install pypa/build
run: >-
python -m
Expand Down

0 comments on commit 8942963

Please sign in to comment.