Skip to content

Commit d58c848

Browse files
committed
fix(ci): use underscores in alt package names
1 parent 8682682 commit d58c848

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
env:
2727
DRY_RUN: ${{ github.event.inputs.dry_run || 'false' }}
2828
pypi_project: appmap
29-
testpypi_project: appmap-dev # workaround for lost-access scenario
29+
testpypi_project: appmap_dev # workaround for lost-access scenario; use underscores not dashes for consistency! (build enforces them anyway)
3030

3131

3232
jobs:

0 commit comments

Comments
 (0)