Skip to content

Bump mdast-util-to-hast from 13.2.0 to 13.2.1 #43

Bump mdast-util-to-hast from 13.2.0 to 13.2.1

Bump mdast-util-to-hast from 13.2.0 to 13.2.1 #43

Triggered via push December 2, 2025 03:40
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 -[...]