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 8412ee4 commit 0eb580aCopy full SHA for 0eb580a
.github/workflows/release.yml
@@ -26,6 +26,12 @@ jobs:
26
run: |
27
pip install poetry
28
poetry --version
29
+ - name: Set scaleway-core version
30
+ run: poetry version $(echo "${{ github.ref }}" | cut -d "/" -f 3)
31
+ working-directory: scaleway-core
32
+ if: matrix.lib != 'scaleway-core'
33
+ - name: Update lock file
34
+ run: poetry lock
35
- name: Install dependencies and library
36
run: poetry install
37
- name: Set package version
0 commit comments