Skip to content

Update Python distributions #20

Update Python distributions

Update Python distributions #20

Workflow file for this run

on:
push:
branches-ignore:
- 'ci-test'
tags-ignore:
- '**'
pull_request:
schedule:
- cron: '13 15 * * *'
workflow_dispatch:
jobs:
exes:
uses: ./.github/workflows/build-exe.yml
with:
bin: rcodesign
extra_build_args_macos: '--all-features'
extra_build_args_windows: '--all-features'
secrets:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}