Skip to content

Commit

Permalink
fix: remove pip cache from pypi publishing CI 🐛 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 authored Mar 7, 2023
1 parent 29c6fcf commit 991d336
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
PYTHON_VERSION: "3.11"
uses: actions/setup-python@v4
with:
cache: pip
python-version: ${{ env.PYTHON_VERSION }}
- env:
PACKAGE_VERSION: ${{ inputs.pypi-package-version }}
Expand Down

0 comments on commit 991d336

Please sign in to comment.