File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2+ permissions :
3+ contents : read
24name : main
35concurrency :
46 group : ${{ github.head_ref || github.run_id }}
2325 - ' 314'
2426 steps :
2527 - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
28+ with :
29+ persist-credentials : false
2630 - uses : prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
2731 with :
2832 pixi-version : v0.65.0
5357 - ' 314'
5458 steps :
5559 - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
60+ with :
61+ persist-credentials : false
5662 - uses : prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
5763 with :
5864 pixi-version : v0.65.0
6874 runs-on : ubuntu-latest
6975 steps :
7076 - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
77+ with :
78+ persist-credentials : false
7179 - uses : prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
7280 with :
7381 pixi-version : v0.65.0
9098 - ' 314'
9199 steps :
92100 - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
101+ with :
102+ persist-credentials : false
93103 - uses : prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
94104 with :
95105 pixi-version : v0.65.0
@@ -107,6 +117,8 @@ jobs:
107117 runs-on : ubuntu-latest
108118 steps :
109119 - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
120+ with :
121+ persist-credentials : false
110122 - uses : prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
111123 with :
112124 pixi-version : v0.65.0
@@ -124,6 +136,8 @@ jobs:
124136 runs-on : ubuntu-latest
125137 steps :
126138 - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
139+ with :
140+ persist-credentials : false
127141 - uses : prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
128142 with :
129143 pixi-version : v0.65.0
Original file line number Diff line number Diff line change 11---
2+ permissions :
3+ contents : read
24name : PyPI
35on : push
46jobs :
79 runs-on : ubuntu-latest
810 steps :
911 - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
12+ with :
13+ persist-credentials : false
1014 - name : Set up Python 3.12
1115 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
1216 with :
You can’t perform that action at this time.
0 commit comments