Skip to content

Commit c44db10

Browse files
Remove PEP 668 warning
1 parent 64458de commit c44db10

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish_version.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
core.setFailed(`Only repository admins may publish. (${username} has: ${data.permission})`);
5151
}
5252
53+
- name: Remove PEP 668 warning
54+
run: rm -rf /usr/lib/python${PYTHON_VERSION}/EXTERNALLY-MANAGED
55+
5356
- name: Install build tooling
5457
run: python3 -m pip install -U build twine
5558

0 commit comments

Comments
 (0)