File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 11direnv 2.34.0
22pipenv 2024.0.1
3- python 3.10.13
3+ python 3.11.11
Original file line number Diff line number Diff line change 1+ HOSTNAME =github.com
2+ NAMESPACE =relaypro-open
3+ NAME =dog_api_python
4+ BINARY =${NAME}
5+ VERSION =1.0.4
6+ OS_ARCH =linux_amd64
7+
8+ github_release :
9+ sed -i ' s/^version = \".*\"/version = \"${VERSION}\"/g' pyproject.toml
10+ git add -f pyproject.toml
11+ git commit -m " release tag: ${VERSION} "
12+ git tag ${VERSION}
13+ git push --tags --force
14+
15+ delete_release :
16+ git tag -d ${VERSION}
17+ git push --delete origin ${VERSION}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name = "pypi"
55
66[packages ]
77certifi = " >=2023.7.22"
8- api-client = {git = " https://github.com/Phonebooth/api-client" }
8+ api-client = {ref = " v1.2.0 " , git = " https://github.com/Phonebooth/api-client" }
99
1010[dev-packages ]
1111certifi = " >=2023.7.22"
Original file line number Diff line number Diff line change 1- -e git+https://github.com/Phonebooth/api-client.git@bedde4137ea6c94158eab41888a7ce608a2c952a #egg=api_client
1+ -e git+https://github.com/Phonebooth/api-client.git@v1.2.0 #egg=api_client
22certifi == 2023.7.22
33charset-normalizer == 2.0.12
44idna == 3.3
You can’t perform that action at this time.
0 commit comments