ci: update artifact names in workflows
ci.yaml: Update artifact names in CI workflow

- Update the artifact name for the "Upload Artifacts" step in the CI workflow to include the Python version.
- Previously, the artifact name was set to "package", but now it is set to "package-py${{ matrix.python-version }}".
- This change ensures that the artifacts are properly named based on the Python version used in the workflow.

release.yaml: Update artifact names in release workflow

- Update the artifact name for the "Upload Artifacts" step in the release workflow to include the Python version.
- Previously, the artifact name was set to "${{ runner.os }}-${{ runner.arch }}", but now it is set to "${{ runner.os }}-${{ runner.arch }}-py${{ matrix.python-version }}".
- This change ensures that the artifacts are properly named based on the operating system, architecture, and Python version used in the workflow.
1 parent c88d6af commit 348fa1dc174aa1a67126e775b9dea9cbb9c1fef7
@liblaf liblaf authored on 19 Dec 2023
Showing 2 changed files
View
.github/workflows/ci.yaml
View
.github/workflows/release.yaml