var names
Push to main / Reset-Version-Tag (push) Successful in 6s

This commit is contained in:
2026-05-15 10:48:19 -06:00
parent 351e0c9bd3
commit c745807fb0
+3 -3
View File
@@ -2,13 +2,13 @@ name: mpy-publish
description: "publishes an mpy version of the latest version tag to a generic repository" description: "publishes an mpy version of the latest version tag to a generic repository"
author: "Bryce Thorup" author: "Bryce Thorup"
inputs: inputs:
pypi_repo_user: repo_user:
description: Username used for authenticating with repo description: Username used for authenticating with repo
required: true required: true
pypi_repo_pass: repo_pass:
description: Password used for authenticating with repo description: Password used for authenticating with repo
required: true required: true
pypi_repo_domain: repo_domain:
description: Domain for pypi repo description: Domain for pypi repo
required: true required: true
runs: runs: