Skip to content

Bump version to 1.0.0a6 #50

Bump version to 1.0.0a6

Bump version to 1.0.0a6 #50

Workflow file for this run

name: CI
on: [push]
jobs:
build:
strategy:
fail-fast: false
matrix:
packages: [
{name: cenclave, root: cli}
]
name: ${{ matrix.packages.name }}
secrets: inherit
uses: ./.github/workflows/python.yml
with:
module-name: ${{ matrix.packages.name }}
root-path: ${{ matrix.packages.root }}