Skip to content

Commit 81be96f

Browse files
committed
update publish workflow
1 parent 2b947ed commit 81be96f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: |
1919
python -m pip install --upgrade pip
20-
pip install poetry~=1.4.0
20+
pip install poetry~=1.4.0 setuptools
2121
poetry config virtualenvs.create false
2222
poetry install --no-dev
2323
- name: Build and publish

0 commit comments

Comments
 (0)