Skip to content

Commit 5ede75c

Browse files
authored
Add six to dependencies for publish (#234)
1 parent b84f15c commit 5ede75c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install setuptools wheel twine
24+
pip install setuptools wheel twine six
2525
- name: Generate SBOM
2626
run: |
2727
pip install cyclonedx-bom

0 commit comments

Comments
 (0)