We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9743143 commit 2ab8122Copy full SHA for 2ab8122
.github/workflows/protobuf.yml
@@ -26,6 +26,9 @@ jobs:
26
27
runs-on: ubuntu-22.04
28
29
+ permissions:
30
+ id-token: write
31
+
32
steps:
33
- name: Checkout OSI
34
uses: actions/checkout@v4
@@ -137,6 +140,11 @@ jobs:
137
140
name: python-dist
138
141
path: dist/
139
142
143
+ - name: Publish Snapshot Release on TestPyPI
144
+ uses: pypa/gh-action-pypi-publish@release/v1
145
+ with:
146
+ repository-url: https://test.pypi.org/legacy/
147
148
- name: Deploy to gh-pages if push to master branch
149
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
150
uses: peaceiris/actions-gh-pages@v3
0 commit comments