Skip to content

docs: add CONTRIBUTORS.md file #101

docs: add CONTRIBUTORS.md file

docs: add CONTRIBUTORS.md file #101

Workflow file for this run

# Copyright AGNTCY Contributors (https://github.com/agntcy)
# SPDX-License-Identifier: Apache-2.0
---
name: ci-build-and-test
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
build-wheels:
name: Build slima2a
uses: ./.github/workflows/reusable-python-build-and-test.yaml
with:
package: slima2a
working-directory: .