Skip to content

Commit 5c88e74

Browse files
committed
Adjust GitHub Actions workflows file name to reflect its internal structure.
1 parent 3d8f047 commit 5c88e74

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/lint-test-cover-docs-build-upload.yml renamed to .github/workflows/build-lint-test-cover-docs-upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: lint-test-cover-docs-build-upload
1+
name: build-lint-test-cover-docs-upload
22
on:
33
push
44
jobs:
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
pip install -U .[coveralls]
5959
python -m coveralls --service=github # Submit to coveralls.
60-
if: matrix.python.version == '3.11'
60+
if: matrix.python.version == '3.12'
6161
env:
6262
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6363
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Python library that provides a simple interface for symmetric (*i.e.*, secret-ke
1414
:target: https://bcl.readthedocs.io/en/latest/?badge=latest
1515
:alt: Read the Docs documentation status.
1616

17-
.. |actions| image:: https://github.com/nthparty/bcl/workflows/lint-test-cover-docs-build-upload/badge.svg#
17+
.. |actions| image:: https://github.com/nthparty/bcl/workflows/build-lint-test-cover-docs-upload/badge.svg#
1818
:target: https://github.com/nthparty/bcl/actions
1919
:alt: GitHub Actions status.
2020

@@ -157,7 +157,7 @@ Developing the library further in a local environment and/or building the librar
157157
158158
wget -O src/bcl/libsodium.tar.gz https://github.com/jedisct1/libsodium/releases/download/1.0.18-RELEASE/libsodium-1.0.18.tar.gz
159159
160-
The process for building manually from source within a Windows environment is not currently documented, but an example of one sequence of steps can be found in the Windows job entry within the GitHub Actions workflow defined in the file ``.github/workflows/lint-test-cover-docs-build-upload.yml``.
160+
The process for building manually from source within a Windows environment is not currently documented, but an example of one sequence of steps can be found in the Windows job entry within the GitHub Actions workflow defined in the file ``.github/workflows/build-lint-test-cover-docs-upload.yml``.
161161

162162
Preparation for Local Development
163163
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -239,7 +239,7 @@ Remove any old build/distribution files. Then, package the source into a distrib
239239
rm -rf build dist src/*.egg-info
240240
python -m build --sdist .
241241
242-
Next, navigate to the appropriate GitHub Actions run of the workflow defined in ``lint-test-cover-docs-build-upload.yml``. Click on the workflow and scroll down to the **Artifacts** panel. Download the archive files to the ``dist`` directory. Unzip all the archive files so that only the ``*.whl`` files remain:
242+
Next, navigate to the appropriate GitHub Actions run of the workflow defined in ``build-lint-test-cover-docs-upload.yml``. Click on the workflow and scroll down to the **Artifacts** panel. Download the archive files to the ``dist`` directory. Unzip all the archive files so that only the ``*.whl`` files remain:
243243

244244
.. code-block:: bash
245245

0 commit comments

Comments
 (0)