Skip to content

Commit

Permalink
attempted fix to poetry build and release (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Lloyd <[email protected]>
  • Loading branch information
jlloyd-widen and Josh Lloyd authored Apr 13, 2022
1 parent d2e0ef6 commit 22cb495
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,14 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.1.13
- name: Install dependencies
run: |
python -m pip install pipx
python -m pipx ensurepath
python -m pipx install poetry
# Force update PATH to include pipx executables
export PATH=$PATH:/root/.local/bin
# Create virtual environment and install dependencies
poetry env use python
poetry install --no-root
poetry install
- name: Build package
run: poetry build
- name: Publish package
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ keywords = [
"tap"
]
license = "Apache 2.0"
homepage = "https://github.com/Widen/tap-workato"
repository = "https://github.com/Widen/tap-workato"

[tool.poetry.dependencies]
python = "<3.11,>=3.7.1"
Expand Down

0 comments on commit 22cb495

Please sign in to comment.