Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit e121943

Browse files
committed
fixing setupools to setuptools
1 parent 1dd36c1 commit e121943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
python-version: '3.13'
1919
- name: Install Deps
20-
run: pip install -U wheel setupools
20+
run: pip install -U wheel setuptools
2121
- name: Build Artifacts
2222
run: |
2323
python setup.py sdist

0 commit comments

Comments
 (0)