Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
fix: Build 999-SNAPSHOT of upstream before running script (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher-Chianelli authored May 14, 2024
1 parent d5d0f42 commit 8922fe3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@ jobs:
python -m pip install --upgrade pip
pip install build

# Needed so mvn versions:set in the Python repo can update
# the version in its pom.xml
- name: Build the upstream release tag as 999-SNAPSHOT
working-directory: "./timefold-solver"
run: |
mvn versions:set -DnewVersion=999-SNAPSHOT
mvn -Dquickly install
cd ..
rm -rf timefold-solver
- name: Checkout timefold-solver-python
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 8922fe3

Please sign in to comment.