Skip to content

Commit 96f5938

Browse files
authored
fix: skip editable install on release (#126)
1 parent e8954d6 commit 96f5938

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-python@v5
14-
- run: make
14+
- run:
15+
make deps
16+
make build
1517
- id: release
1618
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)