Skip to content

Commit

Permalink
Fix cd (#5)
Browse files Browse the repository at this point in the history
* attempted fix to poetry build and release

* attempted second fix of release cd

Co-authored-by: Josh Lloyd <[email protected]>
  • Loading branch information
jlloyd-widen and Josh Lloyd authored Apr 13, 2022
1 parent 22cb495 commit 37e8c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
poetry env use python
poetry install
poetry install --no-index
- name: Build package
run: poetry build
- name: Publish package
Expand Down

0 comments on commit 37e8c8b

Please sign in to comment.