Skip to content

Commit a6d085d

Browse files
committed
only upload if test-install works
1 parent 422ab58 commit a6d085d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
123123
deploy:
124124
name: Upload to PyPI
125-
needs: build
125+
needs: [build, test-install]
126126
runs-on: ubuntu-latest
127127
environment:
128128
name: pypi

0 commit comments

Comments
 (0)