Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypinkard committed Jul 16, 2024
2 parents 9bc872e + 3b80db8 commit 10b9073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
pip install flit
- name: Install package dependencies
run: |
pip install .
pip install -e .
- name: Build package
run: flit build
- name: Publish package distributions to PyPI
Expand Down

0 comments on commit 10b9073

Please sign in to comment.