Skip to content

Commit

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

0 comments on commit 88b9b3d

Please sign in to comment.