Disabled pip cache for publish because dependencies are inline
All checks were successful
Analysis / SonarCloud (push) Successful in 42s

This commit is contained in:
Profitroll 2025-01-10 11:23:35 +02:00
parent 129cbd923b
commit c5e83c17d3

View File

@ -15,7 +15,6 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.x"
cache: 'pip'
- name: Build release distributions
run: |
python -m pip install build