Skip to content

Commit c1b53fc

Browse files
committed
fix sdist
1 parent 19ec977 commit c1b53fc

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,16 +179,20 @@ jobs:
179179

180180

181181
sdist:
182+
needs: prepare-cache
182183
name: source package
183184
runs-on: ubuntu-latest
184185
steps:
186+
- name: Restore chromo data cache
187+
uses: actions/cache@v4
188+
with:
189+
path: ~/.cache/chromo
190+
key: chromo-cache-v1
191+
185192
- uses: actions/checkout@v4
186193
with:
187194
submodules: true
188195

189-
- name: Dump GitHub context
190-
run: echo '${{ toJSON(github) }}'
191-
192196
- uses: actions/setup-python@v4
193197
name: Install Python
194198
with:

0 commit comments

Comments
 (0)