Skip to content

Commit 1c2926e

Browse files
author
Marc Hofmann
committed
wip
1 parent dae046f commit 1c2926e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/setup-python@v5
1919
with:
2020
python-version: "3.x"
21-
- name: Install pypa/build/pylint
21+
- name: Install pypa/build
2222
run: >-
2323
python3 -m
2424
pip install

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/setup-python@v5
1616
with:
1717
python-version: "3.x"
18-
- name: Install pypa/build/pylint
18+
- name: Install pypa/build
1919
run: >-
2020
python3 -m
2121
pip install

0 commit comments

Comments
 (0)