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

Commit cef0009

Browse files
Install setuptools for publish action
1 parent a3cef07 commit cef0009

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
with:
1818
python-version: 3.x
1919
architecture: x64
20+
- name: Install setuptools
21+
run: pip install setuptools
2022
- name: Build a source distribution
2123
run: python setup.py sdist
2224
- name: Publish to prod PyPI

0 commit comments

Comments
 (0)