Files
msvc-dev-cmd/.github/workflows/literally.yml
T

12 lines
193 B
YAML

name: Python package
on: [push]
jobs:
build:
runs-on: "windows-latest"
strategy:
matrix:
python-version:
- "2.7"
steps:
- uses: ilammy/msvc-dev-cmd@v1