Skip to content

Commit a808ff9

Browse files
authored
ci: upload only with release (#16194)
1 parent dfec8fe commit a808ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
upload-packages:
2323
runs-on: ubuntu-20.04
2424
needs: build-packages
25-
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
25+
if: github.event_name == 'release'
2626
steps:
2727
- uses: actions/checkout@v3
2828
- uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)