We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dccab4 commit 45059c2Copy full SHA for 45059c2
1 file changed
.github/workflows/release.yml
@@ -51,6 +51,17 @@ jobs:
51
java-version: 17
52
- uses: android-actions/setup-android@v3
53
54
+ - name: setup python 3.12
55
+ uses: actions/setup-python@v5
56
+ with:
57
+ python-version: 3.12
58
+ - name: install python dependencies
59
+ run: pip install --upgrade pip conan
60
+
61
+ - run: |
62
+ conan config install .github/conan
63
+ conan profile list
64
+ conan profile show
65
- run: conan remote add odr https://artifactory.opendocument.app/artifactory/api/conan/conan
66
67
- run: ./gradlew lintRelease publishToMavenLocal
0 commit comments