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 dec6208 commit 748fd62Copy full SHA for 748fd62
.github/workflows/publish.yml
@@ -0,0 +1,16 @@
1
+name: Build and publish python package
2
+
3
+on:
4
+ release:
5
+ types: [published]
6
7
+jobs:
8
+ publish-service-client-package:
9
+ runs-on: ubuntu-latest
10
+ permissions:
11
+ contents: write
12
+ steps:
13
+ - name: Build and publish to pypi
14
+ uses: JRubics/[email protected]
15
+ with:
16
+ pypi_token: ${{ secrets.PYPI_TOKEN }}
0 commit comments