Skip to content

Commit 1c78e04

Browse files
author
Sam-Pieces
committed
- resolves pipline build
1 parent 78f1b5d commit 1c78e04

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,11 @@ jobs:
2323
pip install poetry -U
2424
poetry install
2525
26-
# - name: Run tests
27-
# run: poetry run pytest tests/
28-
2926
- name: Build package
30-
if: startsWith(github.ref, 'refs/tags/v')
3127
run: poetry build
3228

3329
- name: Create Release
3430
uses: softprops/action-gh-release@v1
35-
if: startsWith(github.ref, 'refs/tags/')
3631
with:
3732
files: dist/
3833
env:

0 commit comments

Comments
 (0)