You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/development-edge.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -36,10 +36,6 @@ jobs:
36
36
run: |
37
37
pipx install hatch==1.14.1
38
38
39
-
- name: Build
40
-
run: |
41
-
hatch build
42
-
43
39
- name: Development package updates
44
40
run: |
45
41
sed -i 's/src\/falconpy/src\/falconpydev/g' pyproject.toml
@@ -51,6 +47,10 @@ jobs:
51
47
sed -i 's/!\[CrowdStrike FalconPy\](https:\/\/raw.githubusercontent.com\/CrowdStrike\/falconpy\/main\/docs\/asset\/cs-logo-red.png#gh-dark-mode-only)//g' README.md
Copy file name to clipboardExpand all lines: .github/workflows/development-release.yml
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,7 @@ jobs:
33
33
- name: Install dependencies
34
34
run: |
35
35
pipx install hatch==1.14.1
36
-
- name: Build
37
-
run: |
38
-
hatch build
36
+
39
37
- name: Development package updates
40
38
run: |
41
39
sed -i 's/src\/falconpy/src\/falconpydev/g' pyproject.toml
@@ -47,5 +45,9 @@ jobs:
47
45
sed -i 's/!\[CrowdStrike FalconPy\](https:\/\/raw.githubusercontent.com\/CrowdStrike\/falconpy\/main\/docs\/asset\/cs-logo-red.png#gh-dark-mode-only)//g' README.md
0 commit comments