Skip to content

Commit

Permalink
fix: skip editable install on release (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdstein authored Mar 22, 2024
1 parent e8954d6 commit 96f5938
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: make
- run:
make deps
make build
- id: release
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 96f5938

Please sign in to comment.