Skip to content
Snippets Groups Projects
Unverified Commit b951d6bd authored by David Robertson's avatar David Robertson Committed by GitHub
Browse files

Fixes to release-artifacts warnings (#14224)

parent dbf18f51
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- id: set-distros
run: |
# if we're running from a tag, get the full list of distros; otherwise just use debian:sid
......@@ -70,6 +72,8 @@ jobs:
- name: Set up python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Build the packages
# see https://github.com/docker/build-push-action/issues/252
......
Update CI config to avoid GitHub Actions deprecation warnings.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment