github
id | seq | job | repo | uses | name | with | run | env | if |
---|---|---|---|---|---|---|---|---|---|
110208 | 1 | 22127 | 303218369 | actions/checkout@v2 | |||||
110211 | 4 | 22127 | 303218369 | Install dependencies | pip install -e '.[test]' | ||||
110212 | 5 | 22127 | 303218369 | Run tests | pytest | ||||
110213 | 1 | 22128 | 303218369 | actions/checkout@v2 | |||||
110216 | 4 | 22128 | 303218369 | Install dependencies | pip install setuptools wheel twine | ||||
110217 | 5 | 22128 | 303218369 | Publish | python setup.py sdist bdist_wheel twine upload dist/* | {"TWINE_USERNAME": "__token__", "TWINE_PASSWORD": "${{ secrets.PYPI_TOKEN }}"} | |||
110218 | 1 | 22129 | 303218369 | actions/checkout@v2 | |||||
110221 | 4 | 22129 | 303218369 | Install dependencies | pip install -e '.[test]' | ||||
110222 | 5 | 22129 | 303218369 | Run tests | pytest | ||||
110210 | 3 | 22127 | 303218369 | actions/cache@v2 | Configure pip caching | {"path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n"} | |||
110220 | 3 | 22129 | 303218369 | actions/cache@v2 | Configure pip caching | {"path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n"} | |||
110215 | 3 | 22128 | 303218369 | actions/cache@v2 | Configure pip caching | {"path": "~/.cache/pip", "key": "${{ runner.os }}-publish-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-publish-pip-\n"} | |||
110209 | 2 | 22127 | 303218369 | actions/setup-python@v2 | Set up Python ${{ matrix.python-version }} | {"python-version": "${{ matrix.python-version }}"} | |||
110219 | 2 | 22129 | 303218369 | actions/setup-python@v2 | Set up Python ${{ matrix.python-version }} | {"python-version": "${{ matrix.python-version }}"} | |||
110214 | 2 | 22128 | 303218369 | actions/setup-python@v2 | Set up Python | {"python-version": "3.9"} |