We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 552b639 + 1d609d2 commit b2a55dfCopy full SHA for b2a55df
1 file changed
.github/workflows/publish_pypi.yml
@@ -5,12 +5,12 @@ on: push
5
jobs:
6
build-n-publish:
7
name: Build and publish Python distribution to PyPI
8
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v4
11
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
12
with:
13
- python-version: '3.9'
+ python-version: '3.10'
14
- name: Build a binary wheel and a source tarball
15
run: |
16
python -mpip install build
0 commit comments