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 163afec commit 4a465d3Copy full SHA for 4a465d3
.github/workflows/release_gh.yml
@@ -13,7 +13,8 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Run GitHub Release CI workflow
16
- uses: adafruit/workflows-circuitpython-libs/release-gh@main
+ uses: tekktrik/workflows-circuitpython-libs/release-gh@test/mpy-bundle
17
with:
18
github-token: ${{ secrets.GITHUB_TOKEN }}
19
upload-url: ${{ github.event.release.upload_url }}
20
+ package-prefix: circuitpython_uplot
0 commit comments