Skip to content

Bump sphinx from 6.2.1 to 8.1.3 (#60) #563

Bump sphinx from 6.2.1 to 8.1.3 (#60)

Bump sphinx from 6.2.1 to 8.1.3 (#60) #563

Workflow file for this run

name: PyPi Build
on: [ push ]
jobs:
build_check:
name: "Build oakutils package"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
- name: Build oakutils
run: |
python -m build