We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0a6e7 commit ff0812dCopy full SHA for ff0812d
.github/workflows/release.yml
@@ -85,7 +85,7 @@ jobs:
85
- name: Set release version and build release
86
run: |
87
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
+ sed -i "s/^timefold_solver_python_version.*=.*/timefold_solver_python_version = '${{ github.event.inputs.version }}${{ github.event.inputs.pythonVersionSuffix }}'/" setup.py
89
mvn -Dfull deploy -DskipTests=${{ github.event.inputs.dryRun }} -DaltDeploymentRepository=local::default::file://`pwd`/target/staging-deploy
90
python -m build
91
cp docs/target/antora-template.yml docs/src/antora.yml
0 commit comments