We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee786f8 + 2155d83 commit 544edb1Copy full SHA for 544edb1
4 files changed
.github/workflows/on-push.yml
@@ -44,7 +44,7 @@ jobs:
44
runs-on: ubuntu-latest
45
strategy:
46
matrix:
47
- python: [3.6, 3.7]
+ python: [3.6, 3.7, 3.8]
48
steps:
49
- uses: actions/checkout@v1
50
- name: Install Python dependencies
@@ -66,4 +66,4 @@ jobs:
66
run: |
67
source <(curl -sL http://ci.q-ctrl.com)
68
./ci vault login -r ${{ secrets.VAULT_ROLE_ID }} -s ${{ secrets.VAULT_SECRET_ID }}
69
- ./ci docker run qctrl/python-build:3.7 /scripts/publish-dev-version.sh
+ ./ci docker run qctrl/python-build:3.7 /scripts/publish-dev-version.sh
0 commit comments