File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -10,35 +10,7 @@ defaults:
1010 run :
1111 shell : " pwsh"
1212jobs :
13- release :
14- permissions :
15- contents : " write"
16- id-token : " write"
17- attestations : " write"
18- strategy :
19- matrix :
20- runner : ["ubuntu-22.04"]
21- python : ["3.10"]
22- runs-on : " ${{ matrix.runner }}"
23- environment :
24- name : " release"
25- url : " https://pypi.org/p/softboiler.github.io"
26- steps :
27- - uses : " actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
28- - uses : " actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0
29- with :
30- python-version : " ${{ matrix.python }}"
31- - run : " scripts/Sync-Py.ps1 -Release"
32- - run : " . scripts/Initialize-Shell.ps1; python -m build --installer uv"
33- - uses : actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2
34- with :
35- subject-path : " dist/**"
36- - run : " gh release upload '${{ github.event.release.tag_name }}' dist/**"
37- env :
38- GITHUB_TOKEN : " ${{ github.token }}"
39- - uses : " pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0" # v1.9.0
4013 changerelease :
41- needs : " release"
4214 permissions :
4315 contents : " write"
4416 uses : " ./.github/workflows/changerelease.yml"
You can’t perform that action at this time.
0 commit comments