Skip to content

Commit 96552e7

Browse files
committed
chore: release doesn't push to testpypi
1 parent 868cb6d commit 96552e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
attestations: write
4343
contents: read
4444
runs-on: ubuntu-latest
45-
if: startsWith(github.ref, 'refs/tags/v')
45+
if: startsWith(github.ref, 'refs/tags/v') && github.event_name != 'release'
4646

4747
steps:
4848
- uses: actions/download-artifact@v8

0 commit comments

Comments
 (0)