X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/c940f75d5b646777427aef1beb18a0d2c391f5e2..ef8deb6d4a729192d7b7818d91530d462e769b7d:/.github/workflows/pypi_upload.yml diff --git a/.github/workflows/pypi_upload.yml b/.github/workflows/pypi_upload.yml index ef524a8..cda215a 100644 --- a/.github/workflows/pypi_upload.yml +++ b/.github/workflows/pypi_upload.yml @@ -16,7 +16,9 @@ jobs: - uses: actions/checkout@v3 - name: Set up Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 + with: + python-version: "*" - name: Install latest pip, build, twine run: |