File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11name : CI
22
3- on : [push, pull_request, workflow_dispatch]
3+ on :
4+ push :
5+ pull_request :
6+ workflow_dispatch :
7+ workflow_call :
48
59jobs :
610 build :
Original file line number Diff line number Diff line change 88 create_wheel_and_sdist :
99 name : create_wheel_and_sdist
1010 uses : ./.github/workflows/main.yml
11- with :
12- attest-package : " true"
1311
1412 deploy :
15- depends-on : create_wheel_and_sdist
13+ needs : [ create_wheel_and_sdist ]
1614 runs-on : ubuntu-latest
1715
1816 environment : pypi
1917 permissions :
20- id-token : write. # IMPORTANT: this permission is mandatory for Trusted Publishing
18+ id-token : write # IMPORTANT: this permission is mandatory for Trusted Publishing
2119
2220 steps :
2321 - uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments