summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2021-12-22 15:46:59 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2021-12-22 15:46:59 +0200
commited284de54fd7efb135d154b33c33b4b5e76a454d (patch)
tree234c44abe208dc2b622256ebc7e3460fde9624b2
parent2fae593de291a9963f932ffe0e18241b9f95e5c8 (diff)
downloadwheel-git-ed284de54fd7efb135d154b33c33b4b5e76a454d.tar.gz
Use the latest Python 3.x version to publish packages
-rw-r--r--.github/workflows/publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index cade917..211f519 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
- python-version: 3.8
+ python-version: 3.x
- name: Install dependencies
run: pip install .
- name: Create packages