Skip to content

Commit ff0812d

Browse files
authored
ci: fix Python release (#1033)
1 parent 6b0a6e7 commit ff0812d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Set release version and build release
8686
run: |
8787
mvn -Dfull versions:set -DnewVersion=${{ github.event.inputs.version }}
88-
sed -i "s/^timefold_solver_python_version.*=.*/timefold_solver_python_version = '$NEW_VERSION_PYTHON'/" setup.py
88+
sed -i "s/^timefold_solver_python_version.*=.*/timefold_solver_python_version = '${{ github.event.inputs.version }}${{ github.event.inputs.pythonVersionSuffix }}'/" setup.py
8989
mvn -Dfull deploy -DskipTests=${{ github.event.inputs.dryRun }} -DaltDeploymentRepository=local::default::file://`pwd`/target/staging-deploy
9090
python -m build
9191
cp docs/target/antora-template.yml docs/src/antora.yml

0 commit comments

Comments
 (0)