Skip to content

Commit dd115f0

Browse files
committed
Advance versions ahead of release
1 parent 0e8e58d commit dd115f0

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/benchmark-impl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- uses: actions/setup-python@v5
6464
with:
6565
python-version: ${{ matrix.python-version }}
66-
- uses: hpcflow/github-support/setup-poetry@0.2
66+
- uses: hpcflow/github-support/setup-poetry@0.3
6767
with:
6868
version: ${{ inputs.poetry-version }}
6969
- uses: hpcflow/github-support/init-cache@0.2

.github/workflows/build-exes-impl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
with:
146146
name: build-exe
147147
version: ${{ inputs.python-version }}
148-
- uses: hpcflow/github-support/setup-poetry@0.2
148+
- uses: hpcflow/github-support/setup-poetry@0.3
149149
with:
150150
version: ${{ inputs.poetry-version }}
151151

@@ -236,7 +236,7 @@ jobs:
236236
with:
237237
name: build-exe
238238
version: ${{ inputs.python-version }}
239-
- uses: hpcflow/github-support/setup-poetry@0.2
239+
- uses: hpcflow/github-support/setup-poetry@0.3
240240
with:
241241
version: ${{ inputs.poetry-version }}
242242

.github/workflows/release-impl.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ jobs:
310310
with:
311311
name: build
312312
version: ${{ inputs.python-version }}
313-
- uses: hpcflow/github-support/setup-poetry@0.2
313+
- uses: hpcflow/github-support/setup-poetry@0.3
314314
with:
315315
version: ${{ inputs.poetry-version }}
316316

@@ -482,7 +482,7 @@ jobs:
482482
- uses: actions/setup-python@v5
483483
with:
484484
python-version: ${{ matrix.python-version }}
485-
- uses: hpcflow/github-support/setup-poetry@0.2
485+
- uses: hpcflow/github-support/setup-poetry@0.3
486486
with:
487487
version: ${{ inputs.poetry-version }}
488488
- uses: hpcflow/github-support/init-cache@0.2
@@ -551,7 +551,7 @@ jobs:
551551
with:
552552
name: release
553553
version: ${{ inputs.python-version }}
554-
- uses: hpcflow/github-support/setup-poetry@0.2
554+
- uses: hpcflow/github-support/setup-poetry@0.3
555555
with:
556556
version: ${{ inputs.poetry-version }}
557557

@@ -656,7 +656,7 @@ jobs:
656656
with:
657657
name: release-doc
658658
version: ${{ inputs.python-version }}
659-
- uses: hpcflow/github-support/setup-poetry@0.2
659+
- uses: hpcflow/github-support/setup-poetry@0.3
660660
with:
661661
version: ${{ inputs.poetry-version }}
662662

.github/workflows/test-pre-python-impl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
name: test
5858
version: ${{ matrix.python-version }}
59-
- uses: hpcflow/github-support/setup-poetry@0.2
59+
- uses: hpcflow/github-support/setup-poetry@0.3
6060
with:
6161
version: ${{ inputs.poetry-version }}
6262

0 commit comments

Comments
 (0)