Files
py_publish/action.yaml
T
bryce d0e0907f8c
Push to main / Reset-Version-Tag (push) Successful in 6s
test_01
2026-05-18 10:25:53 -06:00

19 lines
490 B
YAML

name: mpy-publish
description: "publishes an mpy version of the latest version tag to a generic repository"
author: "Bryce Thorup"
inputs:
repo_user:
description: Username used for authenticating with repo
required: true
repo_pass:
description: Password used for authenticating with repo
required: true
repo_url:
description: Domain for package repo
required: true
runs:
using: "composite"
steps:
- run: $GITHUB_ACTION_PATH/action.js
shell: node