Skip to content

Commit

Permalink
fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
grisumbras committed Sep 24, 2019
1 parent 3ff7c9b commit b3dfaab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install conan_package_tools
pip install urllib3==1.25.3
- name: Run CPT
run: python build.py
env:
CONAN_USERNAME: grisumbras
CONAN_CHANNEL: testing
CONAN_REMOTES: https://api.bintray.com/conan/bincrafters/public-conan
CONAN_UPLOAD: https://api.bintray.com/conan/grisumbras/conan
CONAN_PRINT_RUN_COMMANDS: 1
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install conan_package_tools
pip install urllib3==1.25.3
- name: Run CPT
run: python build.py
env:
CONAN_USERNAME: grisumbras
CONAN_LOGIN_USERNAME: ${{ secrets.CONAN_LOGIN_USERNAME }}
CONAN_LOGIN_USERNAME: grisumbras
CONAN_PASSWORD: ${{ secrets.CONAN_PASSWORD }}
CONAN_CHANNEL: testing
CONAN_STABLE_BRANCH_PATTERN: '\\d+\\.\\d+(\\.\\d+[-\\w\\.]*)?'
Expand Down

0 comments on commit b3dfaab

Please sign in to comment.