Skip to content

Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 #231

Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0

Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 #231

Workflow file for this run

name: 'Build'
on:
push:
branches:
- '*'
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v4
#
# Build using CMake
#
- name: Build using CMake
run: |
mkdir build && cd build
cmake ..
cmake --build . -j8