Skip to content

testing build action #1

testing build action

testing build action #1

Workflow file for this run

name: Upload Python Package
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: ./actions/build
with:
working-directory: '.github/hello-world'