Skip to content

Commit 6601bfd

Browse files
authored
Merge pull request #5 from SolarEdgeTech/yanay_clean_actions
Clean github actions: build and publish
2 parents 6ddaa36 + 16dfc36 commit 6601bfd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/python_package_build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v2
17-
- run: cd ..
1817
- run: make bootstrap
1918
- run: poetry update -vvv
2019
- run: poetry build -vvv

.github/workflows/python_package_publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v2
17-
- run: cd ..
1817
- run: make bootstrap
1918
- run: poetry update -vvv
2019
- run: poetry build -vvv

0 commit comments

Comments
 (0)