Skip to content

Commit

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

* attempted second fix of release cd

* attempted fix of release github action

Co-authored-by: Josh Lloyd <[email protected]>
  • Loading branch information
jlloyd-widen and Josh Lloyd authored Apr 13, 2022
1 parent 37e8c8b commit 4a3aa74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 --no-index
poetry install --no-root
- name: Build package
run: poetry build
- name: Publish package
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = [
"ELT",
"Workato",
"Singer",
"tap"
"tap",
]
license = "Apache 2.0"
homepage = "https://github.com/Widen/tap-workato"
Expand Down

0 comments on commit 4a3aa74

Please sign in to comment.