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_domain: description: Domain for pypi repo required: true runs: using: "composite" steps: - run: $GITHUB_ACTION_PATH/action.sh shell: bash