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 a286b38 commit 666a160Copy full SHA for 666a160
.github/workflows/protobuf.yml
@@ -130,7 +130,14 @@ jobs:
130
path: doc/html
131
if-no-files-found: error
132
133
- - name: deploy to gh-pages if push to master branch
+ - name: Upload Python Distribution
134
+ if: ${{ github.event_name == 'pull_request' }}
135
+ uses: actions/upload-artifact@v4
136
+ with:
137
+ name: python-dist
138
+ path: dist/
139
+
140
+ - name: Deploy to gh-pages if push to master branch
141
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
142
uses: peaceiris/actions-gh-pages@v3
143
with:
0 commit comments