Files
py_publish/action.yaml
T
bryce 1930432bfa
Push to main / Reset-Version-Tag (push) Successful in 6s
fix
2026-05-15 10:52:36 -06:00

19 lines
487 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 pypi repo
required: true
runs:
using: "composite"
steps:
- run: $GITHUB_ACTION_PATH/action.sh
shell: bash