Skip to content

Bump mermaid from 11.6.0 to 11.10.0 in /docs-site #39

Bump mermaid from 11.6.0 to 11.10.0 in /docs-site

Bump mermaid from 11.6.0 to 11.10.0 in /docs-site #39

Triggered via push August 20, 2025 14:41
Status Failure
Total duration
Artifacts

This workflow graph cannot be shown

A graph will be generated the next time this workflow is run.

Annotations

1 error
Invalid workflow file: .github/workflows/createpypirelease.yml#L1
(Line: 1, Col: 1): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.TEST_PYPI_API_TOKEN, (Line: 1, Col: 1): Unexpected value 'name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI on: push jobs: build-n-publish: name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI runs-on: ubuntu-latest steps: - uses: actions/checkout@master - name: Set up Python 3.9 uses: actions/setup-python@v1 with: python-version: 3.9 - name: Install pypa/build run: >- python -m pip install build --user - name: Build a binary wheel and a source tarball run: >- python -m build -[...]