diff options
| author | Alex Grönholm <alex.gronholm@nextday.fi> | 2021-12-22 15:46:59 +0200 |
|---|---|---|
| committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2021-12-22 15:46:59 +0200 |
| commit | ed284de54fd7efb135d154b33c33b4b5e76a454d (patch) | |
| tree | 234c44abe208dc2b622256ebc7e3460fde9624b2 | |
| parent | 2fae593de291a9963f932ffe0e18241b9f95e5c8 (diff) | |
| download | wheel-git-ed284de54fd7efb135d154b33c33b4b5e76a454d.tar.gz | |
Use the latest Python 3.x version to publish packages
| -rw-r--r-- | .github/workflows/publish.yml | 2 |
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 |
