We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a133331 commit 7bb3b8eCopy full SHA for 7bb3b8e
1 file changed
.github/workflows/release.yml
@@ -157,7 +157,7 @@ jobs:
157
--volume "${PWD}/dist:/artifacts"
158
install: |
159
apt-get update
160
- apt-get install -y --no-install-recommends python3 python3-venv software-properties-common
+ apt-get install -y --no-install-recommends python3 python3-venv software-properties-common gnupg
161
add-apt-repository ppa:deadsnakes/ppa
162
163
apt-get install -y curl python${{ matrix.python-version }}-venv
0 commit comments