From e9e88a3cbbaf82e350e997c2ce585ef5594bff57 Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Thu, 22 Feb 2024 18:42:27 +0800 Subject: [PATCH] chore: update README Signed-off-by: Frost Ming --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 3 +-- README.md | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1462113..bf3cb16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up PDM - uses: pdm-project/setup-pdm@v3 + uses: pdm-project/setup-pdm@v4 with: python-version: ${{ matrix.python-version }} cache: "true" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa07660..4257a11 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,8 +27,7 @@ jobs: python-version: "3.11" - name: Build artifacts run: | - pip install build - python -m build + pipx run build - name: Store the distribution packages uses: actions/upload-artifact@v3 with: diff --git a/README.md b/README.md index 4f2c4fa..c3071e1 100644 --- a/README.md +++ b/README.md @@ -57,4 +57,4 @@ Furthermore, `poetry-core` does not always comply with PEP-508. As a result, thi ## Caveats -`===` operator is not supported for logic operations. +Logic operations with `===` specifiers is partially supported.