Skip to content

Commit

Permalink
Force poetry-core 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bneijt committed Feb 5, 2021
1 parent d209ea8 commit 55b5971
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Run image
uses: abatilo/[email protected]
with:
poetry-version: 1.1.4
- name: Install poetry
run: pip install poetry==1.1.4 poetry-core==1.0.0
- name: Poetry install
run: poetry install
- name: Check formatting
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: "3.x"
- name: Run image
uses: abatilo/[email protected]
with:
poetry-version: 1.1.4
- name: Install poetry
run: pip install poetry==1.1.4 poetry-core==1.0.0
- name: Poetry install
run: poetry install
- name: Build and publish
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ twine = "^3.2.0"
autotrash = 'autotrash.app:main'

[build-system]
requires = ["poetry-core==1.0.0"]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 55b5971

Please sign in to comment.