Skip to content

Commit b8a2426

Browse files
authored
CI: Move the action to the right place & fix manual workflow (#20)
1 parent 6ad6301 commit b8a2426

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
File renamed without changes.

.github/workflows/build-wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1515
env:
@@ -42,7 +42,7 @@ jobs:
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: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)