We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36f8f4 commit 6dd70c8Copy full SHA for 6dd70c8
.github/workflows/release-notes.yaml
@@ -38,15 +38,6 @@ jobs:
38
shell: bash
39
run: pixi run dev
40
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
50
- name: Drafts the next release notes
51
id: draft
52
uses: enhantica/drafterino@v2
@@ -81,7 +72,5 @@ jobs:
81
72
tag_name: ${{ steps.draft.outputs.tag_name }}
82
73
name: ${{ steps.draft.outputs.release_name }}
83
74
body: ${{ steps.draft.outputs.release_notes }}
84
- files: |
85
- tutorials.zip
86
75
env:
87
76
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments