File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
actions/rn-pr-labeler-action Expand file tree Collapse file tree 3 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name: "Build pyvad-utils wheel for a specific runner"
99 required : true
1010 type : string
1111 TESTPYPI_VERSION :
12- description : " Version string to use for manual push to test pypi"
12+ description : " PEP 440 Version string to use for manual push to test pypi"
1313 type : string
1414
1515env :
4242 --replace "__version__ = \"${{ inputs.TESTPYPI_VERSION }}\"" \
4343 --no-configured-files \
4444 -v \
45- pyavd-utils/ pyavd_utils/__init__.py
45+ pyavd_utils/__init__.py
4646 - name : Install cibuildwheel
4747 # See pyproject.toml for config
4848 run : |
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ name: "Publish Python package"
1010 workflow_dispatch :
1111 inputs :
1212 TESTPYPI_VERSION :
13- description : " Version string to use for manual push to test Pypi"
13+ description : " PEP 440 Version string to use for manual push to test Pypi"
1414 required : true
1515 type : string
1616
You can’t perform that action at this time.
0 commit comments