Use Python 3.9 for the script

This commit is contained in:
Matt Pryor 2021-08-23 11:43:58 +01:00
parent 9e523efaa6
commit 616670a289

View File

@ -13,6 +13,11 @@ jobs:
# determining the number of commits since the last tag
fetch-depth: 0
# Use an up-to-date version of Python for the script
- uses: actions/setup-python@v2
with:
python-version: 3.9
# This action packages and pushes the chart
- name: Publish charts
run: ./scripts/publish-charts.py