X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/6613e76658143bcbbe363da76461e0202d589400..d3670d9c6568aef270ccda3006252ee3388cf587:/.github/workflows/upload_binary.yml diff --git a/.github/workflows/upload_binary.yml b/.github/workflows/upload_binary.yml index 39a9887..766f37c 100644 --- a/.github/workflows/upload_binary.yml +++ b/.github/workflows/upload_binary.yml @@ -10,7 +10,6 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.7] os: [windows-2019, ubuntu-20.04, macos-latest] include: - os: windows-2019 @@ -29,10 +28,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up Python ${{ matrix.python-version }} + - name: Set up latest Python uses: actions/setup-python@v2 with: - python-version: ${{ matrix.python-version }} + python-version: "*" - name: Install dependencies run: |