fix(toml): add toml dependency to pypi release action (#1960)

This commit is contained in:
Sergio Garcia
2023-02-23 15:24:46 +01:00
committed by GitHub
parent 3464f4241f
commit f88613b26d

View File

@@ -44,6 +44,7 @@ jobs:
- name: Replicate PyPi Package
run: |
rm -rf ./dist && rm -rf ./build && rm -rf prowler.egg-info
pip install toml
python util/replicate_pypi_package.py
poetry build
- name: Publish prowler-cloud package to PyPI