We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c73e68 commit f2902f1Copy full SHA for f2902f1
.github/workflows/ci-pydgraph-check-protos.yml
@@ -1,12 +1,9 @@
1
-name: cd-pydgraph
+name: ci-pydgraph-check-protos
2
3
on:
4
- workflow_dispatch:
5
- inputs:
6
- releasetag:
7
- description: releasetag
8
- required: true
9
- type: string
+ push:
+ branches:
+ - any
10
11
permissions:
12
contents: read
@@ -32,12 +29,3 @@ jobs:
32
29
run: |
33
30
python scripts/protogen.py
34
31
git diff --exit-code -- .
35
- - name: Build pydgraph
36
- run: |
37
- rm -rf dist
38
- # build binary wheel and a source tarball
39
- python -m build
40
- - name: Upload to PyPi
41
- run:
42
- twine upload --username ${{ secrets.DGRAPH_PYPI_USERNAME }} --password ${{
43
- secrets.DGRAPH_PYPI_PASSWORD }} dist/*
0 commit comments