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 50c52fc commit 5168e96Copy full SHA for 5168e96
.github/workflows/build.yml
@@ -201,6 +201,11 @@ jobs:
201
with:
202
name: docs
203
path: _build/latex
204
+ - name: Zip stubs
205
+ if: >-
206
+ (github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository_owner == 'adafruit') ||
207
+ (github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested'))
208
+ run: zip -9r circuitpython-stubs.zip circuitpython-stubs
209
- name: Upload to S3
210
uses: ./.github/actions/upload_aws
211
0 commit comments