We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f1b5d commit 1c78e04Copy full SHA for 1c78e04
.github/workflows/release.yaml
@@ -23,16 +23,11 @@ jobs:
23
pip install poetry -U
24
poetry install
25
26
-# - name: Run tests
27
-# run: poetry run pytest tests/
28
-
29
- name: Build package
30
- if: startsWith(github.ref, 'refs/tags/v')
31
run: poetry build
32
33
- name: Create Release
34
uses: softprops/action-gh-release@v1
35
- if: startsWith(github.ref, 'refs/tags/')
36
with:
37
files: dist/
38
env:
0 commit comments