Skip to content

Commit

Permalink
Don't do a full install before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Sep 18, 2024
1 parent b4e5a4a commit b78c026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
python-version: 3.12
- name: Install package
run: pip install -e ".[dev]"
run: pip install -e .
- name: Build package
run: python -m build
- name: Publish to PyPI
Expand Down

0 comments on commit b78c026

Please sign in to comment.