Skip to content

Commit 680f758

Browse files
committed
fix(ci): no underscores
1 parent 5b3a4c0 commit 680f758

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ 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
30+
testpypi_project: appmapcitest
3031

3132
jobs:
3233

0 commit comments

Comments
 (0)