Skip to content

Bumped twine version #2

Bumped twine version

Bumped twine version #2

Workflow file for this run

name: Python 3.12
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Install dependencies and build"
uses: ./.github/actions/python-build
with:
python-version: "3.12"
python-module: "pyodoo"