We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c13d1 commit 81240e6Copy full SHA for 81240e6
1 file changed
.github/workflows/release.yml
@@ -67,6 +67,10 @@ jobs:
67
- name: Remove Requirements File
68
run: |
69
rm -f requirements.txt
70
+
71
+ - name: Remove Original Framework
72
+ run: |
73
+ rm -rf py313-mac
74
75
- name: Download Artifacts
76
uses: actions/download-artifact@v4
0 commit comments