We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa02a8 commit bdd8dd7Copy full SHA for bdd8dd7
.github/workflows/release.yml
@@ -71,6 +71,19 @@ jobs:
71
name: wheelhouse-sdist
72
path: ./dist/*
73
74
+ run_diffing_portal:
75
+ runs-on: ubuntu-latest
76
+ steps:
77
+ - name: Dispatch the diffing-portal workflow
78
+ run: |
79
+ curl -L \
80
+ -X POST \
81
+ -H "Accept: application/vnd.github+json" \
82
+ -H "Authorization: Bearer ${{ secrets.DIFFING_PORTAL_TOKEN }}" \
83
+ -H "X-GitHub-Api-Version: 2022-11-28" \
84
+ https://api.github.com/repos/quarkslab/diffing-portal/actions/workflows/doc.yml/dispatches \
85
+ -d '{"ref":"main"}'
86
+
87
upload_pypi:
88
needs: [build_wheels, build_sdist]
89
runs-on: ubuntu-latest
0 commit comments