Skip to content

Commit a4826d7

Browse files
Remove Python setup and dependencies from release.yml
Build is happening locally, these build/qa steps aren't needed.
1 parent 2178d34 commit a4826d7

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,6 @@ jobs:
2626
with:
2727
fetch-depth: 0 # Full history for proper release notes
2828

29-
- name: Set up Python 3.10
30-
uses: actions/setup-python@v5
31-
with:
32-
python-version: "3.10"
33-
34-
- name: Install system dependencies
35-
run: |
36-
sudo apt-get update
37-
sudo apt-get install ttfautohint libcairo2-dev python3-cairo-dev pkg-config python3-dev
38-
39-
- name: Install Python dependencies
40-
run: |
41-
python3 -m pip install --upgrade pip setuptools
42-
python3 -m pip install gftools fontbakery
43-
4429
- name: Extract version from tag or input
4530
id: version
4631
run: |
@@ -143,4 +128,4 @@ jobs:
143128
echo "- $filename ($hr_size)" >> $GITHUB_STEP_SUMMARY
144129
done
145130
echo "" >> $GITHUB_STEP_SUMMARY
146-
echo "🔗 **[View Draft Release](https://github.com/${{ github.repository }}/releases/tag/${{ steps.version.outputs.tag }})**" >> $GITHUB_STEP_SUMMARY
131+
echo "🔗 **[View Draft Release](https://github.com/${{ github.repository }}/releases/tag/${{ steps.version.outputs.tag }})**" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)