@@ -23,10 +23,10 @@ Tests
23
23
- All code patches should contain one or more unit tests or regression tests.
24
24
- All code patches have to successfully run tests on every Python version
25
25
we aim to support. tox _ would help.
26
- - All commits will be tested by `Azure Pipelines `_ (Linux and Windows).
26
+ - All commits will be tested by `GitHub Actions `_ (Linux and Windows).
27
27
28
28
.. _tox : https://tox.readthedocs.io/
29
- .. _`Azure Pipelines ` : https://dev.azure. com/asottile/asottile/_build/latest?definitionId=22&branchName=main
29
+ .. _`GitHub Actions ` : https://github. com/sass/libsass-python/actions
30
30
31
31
32
32
Maintainer's guide
@@ -50,10 +50,9 @@ Here's a brief check list for releasing a new version:
50
50
- Make a source distribution and upload it to PyPI
51
51
(``python3 setup.py sdist upload ``).
52
52
If it's successful the new version must appear on PyPI _.
53
- - `Azure Pipelines `_ automatically makes binary wheels for Windows, but each
53
+ - `GitHub Actions `_ automatically makes binary wheels for Windows, but each
54
54
CI build takes a while. These wheels are not automatically uploaded,
55
- but there's ``./bin/download-windows-wheels `` script that downloads built
56
- wheels. Then upload them with ``twine ``.
55
+ you can retreive them from the build's artifacts.
57
56
- Run ``./bin/build-manylinux-wheels `` to build linux wheels and upload them to
58
57
PyPI (takes ~5 minutes).
59
58
- The `docs website `__ also has to be updated.
0 commit comments