Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix build action #127

Merged
merged 1 commit into from
Nov 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- uses: actions/setup-python@v1
with:
python-version: 3.8
- uses: Gr1N/setup-poetry@v2
- uses: Gr1N/setup-poetry@v4
with:
poetry-version: 1.0.10
poetry-version: 1.1.4
- run: poetry install -E cli
- run: poetry run poe test
- run: poetry run poe typecheck
Expand All @@ -33,9 +33,9 @@ jobs:
- uses: actions/setup-python@v1
with:
python-version: 3.8
- uses: Gr1N/setup-poetry@v2
- uses: Gr1N/setup-poetry@v4
with:
poetry-version: 1.0.10
poetry-version: 1.1.4
- name: Get git release tag
run: echo "::set-output name=git-release-tag::yapapi $(git describe --tags)"
id: git_describe
Expand Down Expand Up @@ -66,9 +66,9 @@ jobs:
- uses: actions/setup-python@v1
with:
python-version: 3.8
- uses: Gr1N/setup-poetry@v2
- uses: Gr1N/setup-poetry@v4
with:
poetry-version: 1.0.10
poetry-version: 1.1.4
- name: Retrieve the built package
uses: actions/download-artifact@v2
with:
Expand Down