setup-python
setup-python copied to clipboard
Set up your GitHub Actions workflow with a specific version of Python
Create a function to parse tool-version (asdf-vm) format, add the associated tests, and updated the documentation Ticket-ID: #571 **Description:** Create a function to parse tool-version (asdf-vm) format, add the associated...
**Description:** The action breaks if the `.python-version` file specifies multiple Python versions. This is a supported behavior in `pyenv`. From [`pyenv` README.md](https://github.com/pyenv/pyenv#understanding-python-version-selection): > You can also specify multiple versions in...
## Description Automatically force a post-run cache save if packages have been updated. ## Justification > Note: Restored cache will not be used if the requirements.txt file is not updated...
**Description:** I am unable to **Action version:** actions/setup-python@v4 **Platform:** - [ ] Ubuntu - [ ] macOS - [x] Windows **Runner type:** - [ ] Hosted - [x] Self-hosted **Tools...
**Description:** An error occurs when the following conditions are met. - Windows runner - There is a file in the repository that contains emoji in the file name, such as...
# Description This PR adds a new `cache-save: false` option to opt out of saving the cache. As described in the documentation: > For some scenarios, it may be useful...
**Description:** Verify sigstore signatures of python releases at https://github.com/actions/python-versions [Python releases are signed via Sigstore ](https://www.python.org/download/sigstore/). [Github also announced to increasingly adopt sigstore](https://github.blog/2022-10-25-why-were-excited-about-the-sigstore-general-availability/) **Justification:** If we verify the signatures for...
**Description:** Error: WARNING: 401 Error, Credentials not correct for https://espresso-dev-886686983283.d.codeartifact.us-east-1.amazonaws.com/pypi/espresso-dev/simple/pip/ Error: ERROR: Could not find a version that satisfies the requirement pip (from versions: none) Error: ERROR: No matching distribution...
I'm using a self-hosted Windows 10 runner with GHES 3.6.5. The actions/setup-python@v4 step in my workflow fails with: `unable to get local issuer certificate`. I _presume_ I need to get...
**Description:** During the GitHub Actions workflow for publishing a Python package to PyPI, the Docker build process fails repeatedly. The error occurs when attempting to load metadata for `python:3.11-slim` from...