Skip to content

Commit

Permalink
Fixing caching
Browse files Browse the repository at this point in the history
  • Loading branch information
hmohiuddinTT committed Dec 7, 2023
1 parent de60c66 commit 85edca9
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build-and-release-whls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.architecture }}
cache: 'pip'

- name: Cache Python dependencies
uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Install Rust
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
Expand Down Expand Up @@ -84,7 +77,6 @@ jobs:
fi
done
# - name: Publish package
# uses: pypa/[email protected]
# with:
Expand Down

0 comments on commit 85edca9

Please sign in to comment.