File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 2020 uses : astral-sh/setup-uv@v2
2121 with :
2222 enable-cache : true
23- version : " 0.5.26 "
23+ version : " 0.6.0 "
2424
2525 - name : Install dependencies
2626 run : |
3636
3737 - name : Build and publish
3838 env :
39- TWINE_USERNAME : ${{ secrets.PYPI_USERNAME }}
40- TWINE_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
41- TWINE_NON_INTERACTIVE : " 1"
39+ UV_PUBLISH_USERNAME : ${{ secrets.PYPI_USERNAME }}
40+ UV_PUBLISH_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
4241 run : |
4342 uv build
44- uvx twine upload dist/*
43+ uv publish dist/*
Original file line number Diff line number Diff line change 3030 uses : astral-sh/setup-uv@v2
3131 with :
3232 enable-cache : true
33- version : " 0.5.26 "
33+ version : " 0.6.0 "
3434
3535 - name : Run tests for ${{ matrix.python-version }}
3636 run : |
Original file line number Diff line number Diff line change 2727 "read_wos" ,
2828]
2929
30- __version__ = "0.5 .0"
30+ __version__ = "0.6 .0"
3131
3232
3333def query_openalex (
You can’t perform that action at this time.
0 commit comments