File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 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
22on : [workflow_dispatch]
33
44permissions :
2525 run : |
2626 git config --local user.email "github-actions[bot]@users.noreply.github.com"
2727 git config --local user.name "github-actions[bot]"
28- git fetch origin main
29- git checkout main
3028 git tag ${{ steps.release_version.outputs.version }}
3129 git push origin ${{ steps.release_version.outputs.version }}
3230 - name : Create release
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ pytest = "^7.3.0"
4141pytest-asyncio = " ^0.21.0"
4242black = " ^23.3.0"
4343pytest-xdist = " ^3.3.1"
44+ twine = " 4.0.2"
4445
4546[tool .poetry .group .examples ]
4647optional = true
@@ -77,7 +78,6 @@ rich = "13.3.2"
7778six = " 1.16.0"
7879sniffio = " 1.3.0"
7980starlette = " >=0.27.0,<0.28.0"
80- twine = " 4.0.2"
8181urllib3 = " 1.26.15"
8282uvicorn = " 0.21.1"
8383webencodings = " 0.5.1"
You can’t perform that action at this time.
0 commit comments