id,seq,job,repo,uses,name,with,run,env,if 136906,1,27474,197882382,actions/checkout@v2,,,,, 136911,1,27475,197882382,actions/checkout@v2,,,,, 136916,1,27476,197882382,actions/checkout@v2,,,,, 136907,2,27474,197882382,actions/setup-python@v2,Set up Python ${{ matrix.python-version }},"{""python-version"": ""${{ matrix.python-version }}""}",,, 136912,2,27475,197882382,actions/setup-python@v2,Set up Python,"{""python-version"": ""3.9""}",,, 136917,2,27476,197882382,actions/setup-python@v2,Set up Python ${{ matrix.python-version }},"{""python-version"": ""${{ matrix.python-version }}""}",,, 136908,3,27474,197882382,actions/cache@v2,Configure pip caching,"{""path"": ""~/.cache/pip"", ""key"": ""${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}"", ""restore-keys"": ""${{ runner.os }}-pip-\n""}",,, 136913,3,27475,197882382,actions/cache@v2,Configure pip caching,"{""path"": ""~/.cache/pip"", ""key"": ""${{ runner.os }}-publish-pip-${{ hashFiles('**/setup.py') }}"", ""restore-keys"": ""${{ runner.os }}-publish-pip-\n""}",,, 136918,3,27476,197882382,actions/cache@v2,Configure pip caching,"{""path"": ""~/.cache/pip"", ""key"": ""${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}"", ""restore-keys"": ""${{ runner.os }}-pip-\n""}",,, 136909,4,27474,197882382,,Install dependencies,,"pip install -e '.[test]' ",, 136914,4,27475,197882382,,Install dependencies,,"pip install setuptools wheel twine ",, 136919,4,27476,197882382,,Install dependencies,,"pip install -e '.[test]' ",, 136910,5,27474,197882382,,Run tests,,"pytest ",, 136915,5,27475,197882382,,Publish,,"python setup.py sdist bdist_wheel twine upload dist/* ","{""TWINE_USERNAME"": ""__token__"", ""TWINE_PASSWORD"": ""${{ secrets.PYPI_TOKEN }}""}", 136920,5,27476,197882382,,Run tests,,"pytest ",,