We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae046f commit 1c2926eCopy full SHA for 1c2926e
2 files changed
.github/workflows/publish-to-pypi.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/setup-python@v5
19
with:
20
python-version: "3.x"
21
- - name: Install pypa/build/pylint
+ - name: Install pypa/build
22
run: >-
23
python3 -m
24
pip install
.github/workflows/publish-to-test-pypi.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
0 commit comments