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: add unique artifact name suffixes to prevent upload conflicts
Configure unique 'upload-name-suffix' for each build-and-inspect-python-package
invocation to prevent artifact name conflicts:
- vcs-versioning build: Packages-vcs-versioning
- setuptools-scm build: Packages-setuptools-scm
This resolves the 409 Conflict error where both builds were trying to upload
artifacts with the same default name 'Packages'.
0 commit comments