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 93756fb commit 5ee88e2Copy full SHA for 5ee88e2
.github/workflows/release.yml
@@ -55,9 +55,11 @@ jobs:
55
run: |
56
pip install poetry
57
poetry --version
58
+ - name: Set local scaleway-core version
59
+ run: poetry version $(echo "${{ github.ref }}" | cut -d "/" -f 3)
60
+ working-directory: scaleway-core
61
- name: Set scaleway-core version in the package
62
run: poetry add scaleway-core@$(echo "${{ github.ref }}" | cut -d "/" -f 3)
- if: matrix.lib != 'scaleway-core'
63
- name: Update lock file
64
run: poetry lock
65
- name: Install dependencies and library
0 commit comments