Skip to content

Commit 6dd70c8

Browse files
committed
Removes tutorial packaging from release workflow
1 parent e36f8f4 commit 6dd70c8

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/release-notes.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,6 @@ jobs:
3838
shell: bash
3939
run: pixi run dev
4040

41-
- name: Convert tutorial scripts to notebooks
42-
run: pixi run notebook-prepare
43-
44-
- name: Clean up unnecessary script files
45-
run: rm -rf tutorials/*.py
46-
47-
- name: Zip the tutorials directory
48-
run: zip -9 -r tutorials.zip tutorials
49-
5041
- name: Drafts the next release notes
5142
id: draft
5243
uses: enhantica/drafterino@v2
@@ -81,7 +72,5 @@ jobs:
8172
tag_name: ${{ steps.draft.outputs.tag_name }}
8273
name: ${{ steps.draft.outputs.release_name }}
8374
body: ${{ steps.draft.outputs.release_notes }}
84-
files: |
85-
tutorials.zip
8675
env:
8776
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)