Skip to content

test github actions workflow #1

test github actions workflow

test github actions workflow #1

Workflow file for this run

name: Releases
on: push
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: ncipollo/release-action@v1
with:
artifacts: "pcatt/greedy_builder.cpp, requirements.txt, setup.py, README.md, LICENSE"
bodyFile: "README.md"
tag: "v0.1"