File tree Expand file tree Collapse file tree 6 files changed +13
-20
lines changed Expand file tree Collapse file tree 6 files changed +13
-20
lines changed Original file line number Diff line number Diff line change @@ -17,21 +17,14 @@ jobs:
17
17
- linkcheck
18
18
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v3
21
21
22
22
- name : Set up Python
23
- uses : actions/setup-python@v2
23
+ uses : actions/setup-python@v4
24
24
with :
25
25
python-version : 3.9
26
-
27
- - name : pip cache
28
- uses : actions/cache@v2
29
- with :
30
- path : ~/.cache/pip
31
- key :
32
- ${{ matrix.os }}-${{ matrix.python-version }}-${{ hashFiles('**/requirements.txt') }}-${{ hashFiles('noxfile.py') }}
33
- restore-keys : |
34
- ${{ matrix.os }}-${{ matrix.python-version }}-
26
+ cache : ' pip'
27
+ cache-dependency-path : ' requirements.txt'
35
28
36
29
- name : Install dependencies
37
30
run : |
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ jobs:
18
18
19
19
steps :
20
20
- name : Grab the repo src
21
- uses : actions/checkout@v2
21
+ uses : actions/checkout@v3
22
22
with :
23
23
fetch-depth : 0 # To reach the common commit
24
24
- name : Set up git user as [bot]
25
25
# Refs:
26
26
# * https://github.community/t/github-actions-bot-email-address/17204/6
27
27
# * https://github.com/actions/checkout/issues/13#issuecomment-724415212
28
- uses : fregante/setup-git-user@v1.0.1
28
+ uses : fregante/setup-git-user@v1.1.0
29
29
30
30
- name : Switch to the translation source branch
31
31
run : |
50
50
git merge '${{ github.event.repository.default_branch }}'
51
51
52
52
- name : Set up Python
53
- uses : actions/setup-python@v2
53
+ uses : actions/setup-python@v4
54
54
with :
55
55
python-version : >-
56
56
3.10
Original file line number Diff line number Diff line change 416
416
'pypa' : ('https://www.pypa.io/en/latest/' , None ),
417
417
'python' : ('https://docs.python.org/3' , None ),
418
418
'python-guide' : ('https://docs.python-guide.org' , None ),
419
- 'python2' : ('https://docs.python.org/2' , None ),
420
419
'setuptools' : ('https://setuptools.readthedocs.io/en/latest/' , None ),
421
420
'spack' : ('https://spack.readthedocs.io/en/latest/' , None ),
422
421
'sphinx' : ('https://www.sphinx-doc.org/en/master' , None ),
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ need:
135
135
See the :doc: `Hitchhiker's Guide to Python installation instructions <python-guide:starting/installation >`
136
136
to install Python 3.8 on your operating system.
137
137
138
- To build the guide, run the following bash command in the source folder:
138
+ To build the guide, run the following shell command in the project's root folder:
139
139
140
140
.. code-block :: bash
141
141
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Getting set up
51
51
52
52
In order to use `Google BigQuery `_ to query the `public PyPI download
53
53
statistics dataset `_, you'll need a Google account and to enable the BigQuery
54
- API on a Google Cloud Platform project. You can run the up to 1TB of queries
54
+ API on a Google Cloud Platform project. You can run up to 1TB of queries
55
55
per month `using the BigQuery free tier without a credit card
56
56
<https://cloud.google.com/blog/products/data-analytics/query-without-a-credit-card-introducing-bigquery-sandbox> `__
57
57
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ distlib
64
64
=======
65
65
66
66
:doc: `Docs <distlib:index >` |
67
- `Issues <https://bitbucket.org /pypa/distlib/issues?status=new&status=open >`__ |
68
- `Bitbucket <https://bitbucket.org /pypa/distlib >`__ |
67
+ `Issues <https://github.com /pypa/distlib/issues >`__ |
68
+ `GitHub <https://github.com /pypa/distlib >`__ |
69
69
`PyPI <https://pypi.org/project/distlib >`__
70
70
71
71
``distlib `` is a library which implements low-level functions that
@@ -496,7 +496,8 @@ make deployment of Python applications as simple as ``cp``.
496
496
pip-tools
497
497
=========
498
498
499
- `GitHub and Docs <https://github.com/jazzband/pip-tools/ >`__ |
499
+ `Docs <https://pip-tools.readthedocs.io/en/latest/ >`__ |
500
+ `GitHub <https://github.com/jazzband/pip-tools/ >`__ |
500
501
`PyPI <https://pypi.org/project/pip-tools/ >`__
501
502
502
503
pip-tools is a suite of tools meant for Python system administrators
You can’t perform that action at this time.
0 commit comments