Skip to content

Commit e9e88a3

Browse files
committedFeb 22, 2024··
chore: update README
Signed-off-by: Frost Ming <[email protected]>
1 parent d6049b8 commit e9e88a3

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Set up PDM
23-
uses: pdm-project/setup-pdm@v3
23+
uses: pdm-project/setup-pdm@v4
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
cache: "true"

‎.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
python-version: "3.11"
2828
- name: Build artifacts
2929
run: |
30-
pip install build
31-
python -m build
30+
pipx run build
3231
- name: Store the distribution packages
3332
uses: actions/upload-artifact@v3
3433
with:

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ Furthermore, `poetry-core` does not always comply with PEP-508. As a result, thi
5757

5858
## Caveats
5959

60-
`===` operator is not supported for logic operations.
60+
Logic operations with `===<string>` specifiers is partially supported.

0 commit comments

Comments
 (0)
Please sign in to comment.