File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 77 test_publish_package :
88 name : Publish package to Test PyPI
99 runs-on : ubuntu-latest
10+ if : ${{ false }}
1011 permissions :
1112 id-token : write # IMPORTANT: mandatory for trusted publishing
1213 steps :
3435 publish :
3536 name : Publish package to PyPI
3637 runs-on : ubuntu-latest
38+ if : ${{ false }}
3739 permissions :
3840 id-token : write # IMPORTANT: mandatory for trusted publishing
3941 steps :
5961 with :
6062 user : __token__
6163 password : ${{ secrets.PYPI_API_TOKEN }}
64+
65+ publish_docs :
66+ name : Trigger docs pipeline
67+ runs-on : ubuntu-latest
68+ steps :
69+ - name : Trigger downstream workflow
70+ uses : peter-evans/repository-dispatch@v3
71+ with :
72+ token : ${{ secrets.GITHUB_TOKEN }}
73+ repository : hololinked-dev/docs
74+ event-type : trigger-downstream
Original file line number Diff line number Diff line change 3030 python-version : 3.13
3131
3232 runs-on : ${{ matrix.os }}
33+ if : ${{ false }}
3334
3435 steps :
3536 - name : Checkout code
You can’t perform that action at this time.
0 commit comments