Skip to content

Commit f2902f1

Browse files
Remove unwanted steps from action
1 parent 5c73e68 commit f2902f1

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

.github/workflows/ci-pydgraph-check-protos.yml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
name: cd-pydgraph
1+
name: ci-pydgraph-check-protos
22

33
on:
4-
workflow_dispatch:
5-
inputs:
6-
releasetag:
7-
description: releasetag
8-
required: true
9-
type: string
4+
push:
5+
branches:
6+
- any
107

118
permissions:
129
contents: read
@@ -32,12 +29,3 @@ jobs:
3229
run: |
3330
python scripts/protogen.py
3431
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

Comments
 (0)