File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -78,3 +78,21 @@ It can be invoked using:
78
78
with :
79
79
pypi-username : ${{ secrets.pypi_username }}
80
80
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
You can’t perform that action at this time.
0 commit comments