Skip to content

Commit dc744b7

Browse files
authored
Update publish.yml
remove pip caching
1 parent b9753a8 commit dc744b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
uses: actions/setup-python@v5
2222
with:
2323
python-version: "3.12"
24-
cache: "pip"
2524

2625
- name: Install build tools
2726
run: |
@@ -37,4 +36,5 @@ jobs:
3736
uses: pypa/gh-action-pypi-publish@release/v1
3837
with:
3938
verbose: true
40-
39+
40+

0 commit comments

Comments
 (0)