We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4846f commit 62e9b5dCopy full SHA for 62e9b5d
.github/workflows/protobuf.yml
@@ -115,7 +115,14 @@ jobs:
115
path: doc/html
116
if-no-files-found: error
117
118
- - name: deploy to gh-pages if push to master branch
+ - name: Upload Python Distribution
119
+ if: ${{ github.event_name == 'pull_request' }}
120
+ uses: actions/upload-artifact@v4
121
+ with:
122
+ name: python-dist
123
+ path: dist/
124
+
125
+ - name: Deploy to gh-pages if push to master branch
126
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
127
uses: peaceiris/actions-gh-pages@v3
128
with:
0 commit comments