Skip to content

Commit

Permalink
Update publish_pypi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypinkard authored Jul 16, 2024
1 parent 9a82c53 commit 3352faf
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 3352faf

Please sign in to comment.