Skip to content

0.52.3 - Disable weather if unable to contact API #10

0.52.3 - Disable weather if unable to contact API

0.52.3 - Disable weather if unable to contact API #10

Workflow file for this run

name: Release CI
on:
release:
types: [published]
jobs:
upload-mpy-zips:
runs-on: ubuntu-latest
steps:
- name: checkout the current repo
uses: actions/checkout@v3
with:
submodules: true
- name: Run MPY Action
uses: adafruit/build-mpy@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
circuitpy-tag: "8.0.3"
mpy-directory: "src"
mpy-manifest-file: "mpy-manifest.txt"
mpy-manifest-type: "exclude"
zip-directory: "src"