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

This commit is contained in:
Stefan Harmuth 2023-11-11 15:47:56 +01:00
parent c0e79ccf6e
commit f26559a5c2

View File

@ -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