Skip to content

Commit d1506ef

Browse files
committed
Add explanation of Python parameter to README
1 parent 4a95f4f commit d1506ef

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,21 @@ It can be invoked using:
7878
with:
7979
pypi-username: ${{ secrets.pypi_username }}
8080
pypi-password: ${{ secrets.pypi_password }}
81+
82+
Notes
83+
-----
84+
85+
Libraries that will be available for use in CPython using Blinka may not be able to
86+
support the latest versions of CPython based on the availability of dependencies for
87+
that version. In these instances, all of the actions here support a input parameter
88+
of ``python-version`` to set the version of Python used by the CI (the default is to
89+
use the latest version):
90+
91+
.. code-block:: yaml
92+
93+
- name: Run PyPI Release CI workflow
94+
uses: adafruit/workflows-circuitpython-libs/release-pypi@main
95+
with:
96+
pypi-username: ${{ secrets.pypi_username }}
97+
pypi-password: ${{ secrets.pypi_password }}
98+
python-version: 3.9

0 commit comments

Comments
 (0)