mirror of
https://github.com/ilammy/msvc-dev-cmd.git
synced 2026-09-06 21:57:19 +08:00
12 lines
193 B
YAML
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
|