Skip to content

Bump twine from 5.1.0 to 5.1.1 #1161

Bump twine from 5.1.0 to 5.1.1

Bump twine from 5.1.0 to 5.1.1 #1161

Workflow file for this run

name: "Test Doc Creation (Sphinx)"
on: [push]
jobs:
docbuild:
name: Check Docs
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.11"] # https://github.com/Hochfrequenz/ahbicht/issues/357
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
- name: Check Docs
run: |
tox -e docs