Skip to content

Commit dad7f57

Browse files
committed
fixing pypi workflow
1 parent 2b58995 commit dad7f57

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/pypi.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818

19+
- name: Cache APT packages
20+
uses: awalsh128/[email protected]
21+
with:
22+
packages: |
23+
build-essential
24+
python3-dev
25+
python3-pip
26+
python3-setuptools
27+
python3-wheel
28+
version: 1 # Increment this to force cache refresh if needed
29+
1930
- name: Set up Python
2031
uses: actions/setup-python@v5
2132
with:

0 commit comments

Comments
 (0)