31 lines
688 B
YAML
31 lines
688 B
YAML
name: 'liteyuki-pypi'
|
|
description: 'Publish your Python package to Liteyuki Registry'
|
|
author: 'LiteyukiStudio'
|
|
|
|
inputs:
|
|
owner:
|
|
description: 'The owner of the repository.'
|
|
required: true
|
|
username:
|
|
description: 'Your Gitea username for authentication.'
|
|
required: true
|
|
token:
|
|
description: 'Your Gitea token for authentication.'
|
|
required: true
|
|
files:
|
|
description: 'The files to upload.'
|
|
required: true
|
|
endpoint:
|
|
description: 'The endpoint of the Gitea server.'
|
|
required: false
|
|
default: 'https://git.liteyuki.icu/api/packages/{owner}/pypi'
|
|
|
|
outputs:
|
|
result:
|
|
description: 'action-demo'
|
|
|
|
runs:
|
|
using: node20
|
|
main: 'dist/index.js'
|
|
|