Skip to content

Create python-publish.yml #1

Create python-publish.yml

Create python-publish.yml #1

# This workflow will upload a Python Package using Twine when a release is created

Check failure on line 1 in .github/workflows/python-publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/python-publish.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: build
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#publishing-to-package-registries
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: CI for combiner tool
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
name: Build python
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.12"]