Skip to content

Commit c9861ca

Browse files
wip
1 parent 3bb6df6 commit c9861ca

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish_version.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@ jobs:
5353
core.setFailed(`Only repository admins may publish. (${username} has: ${data.permission})`);
5454
}
5555
56-
5756
- name: Install build tooling
58-
run: python3 -m pip install
57+
run: python3 -m pip install build
5958

6059
- name: Read package name/version from pyproject.toml
6160
id: meta

0 commit comments

Comments
 (0)