Skip to content

add request_timeout

add request_timeout #8

Workflow file for this run

name: Upload Python Package
on:
push:
branches: [ master ]
paths:
- 'clients/python/setup.py'
workflow_dispatch:
jobs:
pypi:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies
run: python -m pip install -U build
- name: Build
run: python -m build
- name: Publish
uses: pypa/gh-action-pypi-publish@release/v1
working-directory: clients/python

Check failure on line 31 in .github/workflows/python_client.yml

View workflow run for this annotation

GitHub Actions / Upload Python Package

Invalid workflow file

The workflow is not valid. .github/workflows/python_client.yml (Line: 31, Col: 7): Unexpected value 'working-directory'