just use the latest available python version for building and publishing
Some checks reported warnings
Publish to PyPI / Publish to PyPI (push) Has been cancelled
Some checks reported warnings
Publish to PyPI / Publish to PyPI (push) Has been cancelled
This commit is contained in:
parent
c0e79ccf6e
commit
f26559a5c2
@ -8,6 +8,8 @@ jobs:
|
|||||||
publish:
|
publish:
|
||||||
name: Publish to PyPI
|
name: Publish to PyPI
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@ -15,7 +17,7 @@ jobs:
|
|||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: "3.11.2"
|
python-version: "3.x"
|
||||||
|
|
||||||
- name: Setup Build Environment
|
- name: Setup Build Environment
|
||||||
run: python -m pip install --upgrade pip build
|
run: python -m pip install --upgrade pip build
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user