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 66624c4 commit 63ebc53Copy full SHA for 63ebc53
.github/workflows/main.yml
@@ -3,10 +3,10 @@ name: CI for Cool-Graph
3
on:
4
push:
5
branches:
6
- - main
+ - develop
7
pull_request:
8
9
10
release:
11
types: [published]
12
@@ -31,11 +31,11 @@ jobs:
31
else
32
echo "requirements.txt not found, skipping dependency installation."
33
fi
34
- pip install wheel
+ pip install wheel
35
36
- name: Run tests
37
run: |
38
- pytest
+ pytest
39
continue-on-error: true
40
41
@@ -54,7 +54,7 @@ jobs:
54
- name: Install build dependencies
55
56
python -m pip install --upgrade pip
57
- pip install setuptools wheel
+ pip install setuptools wheel twine
58
59
- name: Build package
60
0 commit comments