This repository was archived by the owner on Dec 12, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 99 release :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v1
12+ - uses : actions/checkout@v2
13+ with :
14+ fetch-depth : 0
1315 - name : Update version in code
1416 env :
1517 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1618 run : |
19+ git fetch --tags --force
1720 source <(curl -sL http://ci.q-ctrl.com)
1821 ./ci vault login -r ${{ secrets.VAULT_ROLE_ID }} -s ${{ secrets.VAULT_SECRET_ID }}
19- ./ci docker run qctrl/python-build: 3.7 /scripts/housekeeping.sh
22+ ./ci docker run qctrl/ci-images:python- 3.7-ci /scripts/housekeeping.sh
2023 - name : Publish publicly
2124 env :
2225 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2326 run : |
2427 source <(curl -sL http://ci.q-ctrl.com)
25- ./ci docker run qctrl/python-build: 3.7 /scripts/publish-release-publicly.sh
28+ ./ci docker run qctrl/ci-images:python- 3.7-ci /scripts/publish-release-publicly.sh
2629 - name : Publish internally
2730 run : |
28- ./ci docker run qctrl/python-build: 3.7 /scripts/publish-release-internally.sh
31+ ./ci docker run qctrl/ci-images:python- 3.7-ci /scripts/publish-release-internally.sh
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " qctrl-pyquil"
3- version = " 0.0.6 "
3+ version = " 0.0.7 "
44description = " Q-CTRL Python PyQuil"
55license = " Apache-2.0"
66authors = [
" Q-CTRL <[email protected] >" ]
Original file line number Diff line number Diff line change 1818===========
1919"""
2020
21- __version__ = "0.0.6 "
21+ __version__ = "0.0.7 "
2222
2323from .program import convert_dds_to_pyquil_program
2424
You can’t perform that action at this time.
0 commit comments