mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Try to package myPackage or myFramework.Extension with same setup-routine.
This commit is contained in:
3
.github/workflows/Package.yml
vendored
3
.github/workflows/Package.yml
vendored
@@ -49,7 +49,8 @@ jobs:
|
||||
Package:
|
||||
name: 📦 Package in Source and Wheel Format
|
||||
runs-on: "ubuntu-${{ inputs.ubuntu_image_version }}"
|
||||
|
||||
env:
|
||||
artifact: ${{ inputs.artifact }}
|
||||
steps:
|
||||
- name: ⏬ Checkout repository
|
||||
uses: actions/checkout@v5
|
||||
|
||||
2
.github/workflows/Parameters.yml
vendored
2
.github/workflows/Parameters.yml
vendored
@@ -251,7 +251,7 @@ jobs:
|
||||
from typing import Iterable
|
||||
|
||||
python_version = "${{ steps.variables.outputs.python_version }}"
|
||||
name = "${{ steps.artifacts.outputs.artifact_base }}"
|
||||
name = "${{ steps.variables.outputs.artifact_basename }}"
|
||||
systems = "${{ inputs.system_list }}".strip()
|
||||
versions = "${{ inputs.python_version_list }}".strip()
|
||||
include_list = "${{ inputs.include_list }}".strip()
|
||||
|
||||
Reference in New Issue
Block a user