File tree Expand file tree Collapse file tree
libraries/botframework-connector Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ jobs:
3434 packageVersion : ${{ steps.vtl.outputs.ver_semVerNoMeta}}
3535 working-directory : ./libraries/botbuilder-integration-aiohttp
3636
37- - name : publish botframework-connector
37+ - name : publish botframework-connector-forked
3838 run : |
3939 echo version: $packageVersion
4040 python setup.py sdist
41- curl -F package=@./dist/botframework-connector-$packageVersion.tar.gz https://${{ secrets.FURY_PUSH_TOKEN }}@push.fury.io/mapped/
41+ curl -F package=@./dist/botframework-connector-forked- $packageVersion.tar.gz https://${{ secrets.FURY_PUSH_TOKEN }}@push.fury.io/mapped/
4242 env :
4343 packageVersion : ${{ steps.vtl.outputs.ver_semVerNoMeta}}
4444 working-directory : ./libraries/botframework-connector
Original file line number Diff line number Diff line change 2020 long_description = f .read ()
2121
2222setup (
23- name = NAME ,
23+ name = NAME + "-forked" ,
2424 version = VERSION ,
2525 description = "Microsoft Bot Framework Bot Builder SDK for Python." ,
2626 author = "Microsoft" ,
You can’t perform that action at this time.
0 commit comments