Skip to content

Commit bd23d2a

Browse files
authored
Merge pull request #5 from d-v-b/chore/smarter-release
chore: release doesn't push to testpypi
2 parents dd47dbd + 96552e7 commit bd23d2a

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)