You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: configure unique artifact names for dual-package build
Configure build-and-inspect-python-package to upload artifacts with unique names
to prevent naming conflicts when building both vcs-versioning and setuptools-scm:
- Added 'upload-name-suffix: -vcs-versioning' to vcs-versioning build
- Added 'upload-name-suffix: -setuptools-scm' to setuptools-scm build
- Updated all download steps to pull both artifacts into the same dist/ path
- Removed combined artifact upload - instead download both artifacts directly where needed
This ensures each package uploads its own artifact (Packages-vcs-versioning and
Packages-setuptools-scm) and all jobs that need the packages download both artifacts
into dist/, allowing them to coexist without conflicts.
0 commit comments