Skip to content

Commit 9102f50

Browse files
authored
fix: skip editable install on release (#128)
1 parent 96f5938 commit 9102f50

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yaml

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

0 commit comments

Comments
 (0)