File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Upload Python Package
22on :
33 push :
44 branches :
5- - master
5+ - main
66permissions :
77 contents : write
88 id-token : write
1212 release :
1313 runs-on : ubuntu-latest
1414 steps :
15- - name : Checkout master branch
15+ - name : Checkout main branch
1616 uses : actions/checkout@v4
1717 with :
1818 fetch-depth : 0
3838 env :
3939 TWINE_USERNAME : __token__
4040 TWINE_PASSWORD : ${{ secrets.PYPI_API_TOKEN }}
41- run : twine upload dist/*
41+ run : twine upload dist/*
Original file line number Diff line number Diff line change 11[semantic_release]
22version_source = tag
33upload_to_pypi = true
4- # branch = master
5- branches = master,main ,release-main
4+ branch = release-main
5+ # branches = master,release-main
66commit = false
77push = false
88
You can’t perform that action at this time.
0 commit comments