Skip to content

Commit

Permalink
- resolves pipline build
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-at-pieces committed Feb 6, 2024
1 parent 78f1b5d commit 1c78e04
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,11 @@ jobs:
pip install poetry -U
poetry install
# - name: Run tests
# run: poetry run pytest tests/

- name: Build package
if: startsWith(github.ref, 'refs/tags/v')
run: poetry build

- name: Create Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: dist/
env:
Expand Down

0 comments on commit 1c78e04

Please sign in to comment.