2024-12-20 01:55:03 +08:00
|
|
|
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
|
|
|
|
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:
|
2024-12-20 02:03:10 +08:00
|
|
|
using: node20
|
2024-12-20 01:55:03 +08:00
|
|
|
main: 'dist/index.js'
|
|
|
|
|