File tree Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@v5
18+ with :
19+ fetch-depth : 0
20+ persist-credentials : false
1821 - uses : actions/setup-python@v6
1922 with :
2023 python-version : " 3.10"
Original file line number Diff line number Diff line change 2424 uses : actions/checkout@v5
2525 with :
2626 fetch-depth : 0
27+ persist-credentials : false
2728 - name : Conda
2829 uses : conda-incubator/setup-miniconda@v3
2930 with :
Original file line number Diff line number Diff line change 3030 - uses : actions/checkout@v5
3131 with :
3232 fetch-depth : 0
33+ persist-credentials : false
3334
3435 - uses : actions/setup-python@v6
3536 with :
Original file line number Diff line number Diff line change 3737 - uses : actions/checkout@v5
3838 with :
3939 fetch-depth : 0
40+ persist-credentials : false
4041
4142 - name : Build SDist
4243 run : pipx run build --sdist
9798 - uses : actions/checkout@v5
9899 with :
99100 fetch-depth : 0
101+ persist-credentials : false
100102
101103 # aarch64 Linux builds are cross-compiled on x86 runners using emulation
102104 # see https://cibuildwheel.readthedocs.io/en/stable/faq/#emulation
You can’t perform that action at this time.
0 commit comments