Skip to content

Commit

Permalink
Add six to dependencies for publish (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronAtDuo authored Oct 3, 2023
1 parent b84f15c commit 5ede75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install setuptools wheel twine six
- name: Generate SBOM
run: |
pip install cyclonedx-bom
Expand Down

0 comments on commit 5ede75c

Please sign in to comment.