Skip to content

Cache TLS client in workflow #40

@rsb-23

Description

@rsb-23

I am using this package in my Github workflow, so sometimes I face issue downloading the client.

>> Dependencies folder is empty. Downloading the latest TLS release...
>> Failed after 4 attempts with error: Failed to fetch the latest release. Status code: 403
>> Failed to load the TLS Client asset: Failed to fetch the latest release. Status code: 403

Can anyone help me with caching the client, so it doesn't download every time?

Current workflow step:

- uses: actions/setup-python@v5
      with:
        python-version-file: pyproject.toml
        cache: pip
        cache-dependency-path: '**/dependencies/*.so'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions