Skip to content

revert commending out Development.Embed in cmakelist #10

revert commending out Development.Embed in cmakelist

revert commending out Development.Embed in cmakelist #10

Workflow file for this run

name: PyPi upload
env:
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "pytest tests"
on: [push]
jobs:
upload_all:

Check failure on line 10 in .github/workflows/pypi.yml

View workflow run for this annotation

GitHub Actions / PyPi upload

Invalid workflow file

The workflow is not valid. .github/workflows/pypi.yml (Line: 10, Col: 3): The workflow must contain at least one job with no dependencies.
needs: [build_wheels, make_sdist]
environment: pypi
permissions:
id-token: write
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
steps:
- uses: actions/download-artifact@v4
with:
pattern: cibw-*
path: dist
merge-multiple: true
- uses: pypa/gh-action-pypi-publish@release/v1