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:
|
||||
name: Publish to PyPI
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
@ -15,7 +17,7 @@ jobs:
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.11.2"
|
||||
python-version: "3.x"
|
||||
|
||||
- name: Setup Build Environment
|
||||
run: python -m pip install --upgrade pip build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user