Restore build context also in build_python

This commit is contained in:
Jan Čermák
2026-03-04 18:26:21 +01:00
parent bfa1fd7f1b
commit f6f7390063

View File

@@ -484,15 +484,10 @@ jobs:
with:
python-version-file: ".python-version"
- name: Download translations
- name: Download build context overlay
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
with:
name: translations
- name: Extract translations
run: |
tar xvf translations.tar.gz
rm translations.tar.gz
name: build-context
- name: Build package
shell: bash