forked from goodboy/tractor
				
			
						commit
						f4973e90e9
					
				| 
						 | 
					@ -28,6 +28,26 @@ jobs:
 | 
				
			||||||
      - name: Run MyPy check
 | 
					      - name: Run MyPy check
 | 
				
			||||||
        run: mypy tractor/ --ignore-missing-imports
 | 
					        run: mypy tractor/ --ignore-missing-imports
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  sdist-linux:
 | 
				
			||||||
 | 
					    name: 'sdist'
 | 
				
			||||||
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    steps:
 | 
				
			||||||
 | 
					      - name: Checkout
 | 
				
			||||||
 | 
					        uses: actions/checkout@v2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      - name: Setup python
 | 
				
			||||||
 | 
					        uses: actions/setup-python@v2
 | 
				
			||||||
 | 
					        with:
 | 
				
			||||||
 | 
					          python-version: '3.10'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      - name: Build sdist
 | 
				
			||||||
 | 
					        run: python setup.py sdist --formats=zip
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      - name: Install sdist from .zips
 | 
				
			||||||
 | 
					        run: python -m pip install dist/*.zip
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  testing-linux:
 | 
					  testing-linux:
 | 
				
			||||||
    name: '${{ matrix.os }} Python ${{ matrix.python }} - ${{ matrix.spawn_backend }}'
 | 
					    name: '${{ matrix.os }} Python ${{ matrix.python }} - ${{ matrix.spawn_backend }}'
 | 
				
			||||||
    timeout-minutes: 10
 | 
					    timeout-minutes: 10
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -0,0 +1,2 @@
 | 
				
			||||||
 | 
					# https://packaging.python.org/en/latest/guides/using-manifest-in/#using-manifest-in
 | 
				
			||||||
 | 
					include docs/README.rst
 | 
				
			||||||
		Loading…
	
		Reference in New Issue