Skip to content

Commit d6fca15

Browse files
committed
azure pipelines -> github actions
1 parent 45abd82 commit d6fca15

File tree

4 files changed

+35
-50
lines changed

4 files changed

+35
-50
lines changed

.github/workflows/main.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: main
2+
3+
on:
4+
push:
5+
branches: [main, test-me-*]
6+
tags:
7+
pull_request:
8+
9+
jobs:
10+
main-windows:
11+
uses: asottile/workflows/.github/workflows/[email protected]
12+
with:
13+
env: '["py37"]'
14+
os: windows-latest
15+
arch: '["x64", "x86"]'
16+
wheel-tags: true
17+
submodules: true
18+
main-macos:
19+
uses: asottile/workflows/.github/workflows/[email protected]
20+
with:
21+
env: '["py37"]'
22+
os: macos-latest
23+
wheel-tags: true
24+
submodules: true
25+
main-linux:
26+
uses: asottile/workflows/.github/workflows/[email protected]
27+
with:
28+
env: '["pypy3", "py37", "py38", "py39", "py310"]'
29+
os: ubuntu-latest
30+
submodules: true

README.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,10 @@ libsass-python: Sass_/SCSS for Python
55
:alt: PyPI
66
:target: https://pypi.org/pypi/libsass/
77

8-
.. image:: https://dev.azure.com/asottile/asottile/_apis/build/status/sass.libsass-python?branchName=main
9-
:target: https://dev.azure.com/asottile/asottile/_build/latest?definitionId=22&branchName=main
8+
.. image:: https://github.com/sass/libsass-python/actions/workflows/main.yml/badge.svg
9+
:target: https://github.com/sass/libsass-python/actions/workflows/main.yml
1010
:alt: Build Status
1111

12-
.. image:: https://img.shields.io/azure-devops/coverage/asottile/asottile/22/main.svg
13-
:target: https://dev.azure.com/asottile/asottile/_build/latest?definitionId=22&branchName=main
14-
:alt: Coverage Status
15-
1612
.. image:: https://results.pre-commit.ci/badge/github/sass/libsass-python/main.svg
1713
:target: https://results.pre-commit.ci/latest/github/sass/libsass-python/main
1814
:alt: pre-commit.ci status

azure-pipelines.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

docs/index.rst

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -132,20 +132,12 @@ Open source
132132
GitHub (Git repository + issues)
133133
https://github.com/sass/libsass-python
134134

135-
Azure Pipelines CI (linux + windows)
136-
https://dev.azure.com/asottile/asottile/_build/latest?definitionId=22&branchName=main
135+
GitHub Actions (linux + macos + windows)
137136

138-
.. image:: https://dev.azure.com/asottile/asottile/_apis/build/status/sass.libsass-python?branchName=main
139-
:target: https://dev.azure.com/asottile/asottile/_build/latest?definitionId=22&branchName=main
137+
.. image:: https://github.com/sass/libsass-python/actions/workflows/main.yml/badge.svg
138+
:target: https://github.com/sass/libsass-python/actions/workflows/main.yml
140139
:alt: Build Status
141140

142-
Azure Pipelines Coverage (Test coverage)
143-
https://dev.azure.com/asottile/asottile/_build/latest?definitionId=22&branchName=main
144-
145-
.. image:: https://img.shields.io/azure-devops/coverage/asottile/asottile/22/main.svg
146-
:target: https://dev.azure.com/asottile/asottile/_build/latest?definitionId=22&branchName=main
147-
:alt: Coverage Status
148-
149141
PyPI
150142
https://pypi.org/pypi/libsass/
151143

0 commit comments

Comments
 (0)