Skip to content

Commit 41f072d

Browse files
committed
update releasing notes
1 parent b041ef3 commit 41f072d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CONTRIBUTING.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Tests
2323
- All code patches should contain one or more unit tests or regression tests.
2424
- All code patches have to successfully run tests on every Python version
2525
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).
2727

2828
.. _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
3030

3131

3232
Maintainer's guide
@@ -50,10 +50,9 @@ Here's a brief check list for releasing a new version:
5050
- Make a source distribution and upload it to PyPI
5151
(``python3 setup.py sdist upload``).
5252
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
5454
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.
5756
- Run ``./bin/build-manylinux-wheels`` to build linux wheels and upload them to
5857
PyPI (takes ~5 minutes).
5958
- The `docs website`__ also has to be updated.

0 commit comments

Comments
 (0)