Skip to content

without explicit token? (#120) #62

without explicit token? (#120)

without explicit token? (#120) #62

Workflow file for this run

name: Upload Python Package
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4
- uses: ./actions/uv/build
with:
working-directory: '.github/hello-world'