File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
- name : Release
1
+ name : Release and publish
2
2
on : [workflow_dispatch]
3
3
4
4
permissions :
25
25
run : |
26
26
git config --local user.email "github-actions[bot]@users.noreply.github.com"
27
27
git config --local user.name "github-actions[bot]"
28
- git fetch origin main
29
- git checkout main
30
28
git tag ${{ steps.release_version.outputs.version }}
31
29
git push origin ${{ steps.release_version.outputs.version }}
32
30
- name : Create release
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ pytest = "^7.3.0"
41
41
pytest-asyncio = " ^0.21.0"
42
42
black = " ^23.3.0"
43
43
pytest-xdist = " ^3.3.1"
44
+ twine = " 4.0.2"
44
45
45
46
[tool .poetry .group .examples ]
46
47
optional = true
@@ -77,7 +78,6 @@ rich = "13.3.2"
77
78
six = " 1.16.0"
78
79
sniffio = " 1.3.0"
79
80
starlette = " >=0.27.0,<0.28.0"
80
- twine = " 4.0.2"
81
81
urllib3 = " 1.26.15"
82
82
uvicorn = " 0.21.1"
83
83
webencodings = " 0.5.1"
You can’t perform that action at this time.
0 commit comments