File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
1414 run : |
1515 python3 -m pip install --upgrade build
1616 python3 -m build
17- - name : Python Semantic Release
18- uses : python-semantic-release/python-semantic-release@master
19- with :
20- github_token : ${{ secrets.GITHUB_TOKEN }}
21- # - name: Upload
22- # run: |
23- # python3 -m pip install twine
24- # python3 -m twine upload --repository pypi dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }}
17+ # - name: Python Semantic Release
18+ # uses: python-semantic-release/python-semantic-release@master
19+ # with:
20+ # github_token: ${{ secrets.GITHUB_TOKEN }}
21+ - name : Upload
22+ run : |
23+ python3 -m pip install twine
24+ python3 -m twine upload --repository pypi dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
66[project ]
77name = " OpenGeodeWeb-Back"
8- version = " 0.0.15 "
8+ version = " 0.0.16 "
99authors = [
1010 {
name =
" Geode-solutions" ,
email =
" [email protected] " },
1111]
You can’t perform that action at this time.
0 commit comments