Files
pypi_publish/action.yaml
T
bryce fa55659004
Push to main / Reset-Version-Tag (push) Successful in 6s
init version
2026-05-14 10:55:18 -06:00

19 lines
489 B
YAML

name: pub-publish
description: "publishes latest version tag to a pypi repository"
author: "Bryce Thorup"
inputs:
pypi_repo_user:
description: Username used for authenticating with pypi repo
required: true
pypi_repo_pass:
description: Password used for authenticating with pypi repo
required: true
pub_repo_domain:
description: Domain for pypi repo
required: true
runs:
using: "composite"
steps:
- run: $GITHUB_ACTION_PATH/action.sh
shell: bash