Workflow pypi.yml
Trigger Events
If any of the below events occur, the pypi.yml workflow will be triggered.
- workflow_call
Since there is a workflow_call trigger_event, this workflow can be triggered (called) by another (caller) workflow.
Thus, it is a
Reusable Workflow.
Reusable Workflow
Event Trigger: workflow_call
Inputs
Required Inputs
TWINE_USERNAME- type: string
- Description:
artifacts_path- type: string
- Description:
distro_name- type: string
- Description:
distro_version- type: string
- Description:
pypi_server- type: string
- Description:
should_trigger- type: boolean
- Description:
Optional Inputs
dist_folder- type: string
- Description:
Secrets
TWINE_PASSWORD- type: string
- Required: True
- Description:
Outputs
None