File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,16 +16,18 @@ jobs:
1616 with :
1717 branch : $BRANCH_NAME
1818 os : ubuntu-22.04
19- python-versions : " 3.10"
19+ python-versions : " [ '3.10' ]"
20+ uv-version : " [ '0.6.14' ]"
2021
2122 # now we run the publishing protocol
2223 publish :
2324 name : Run publishing protocol
24- uses : avstack-lab/workflows/.github/workflows/publish_to_index.yml@main
2525 needs : test
26+ uses : avstack-lab/workflows/.github/workflows/publish_to_index.yml@main
2627 with :
2728 os : ubuntu-22.04
2829 python-version : " 3.10"
2930 uv-version : " 0.6.14"
30- token : ${{ secrets.PYPI_API_TOKEN }}
31- index : " pypi"
31+ index : " pypi"
32+ secrets :
33+ token : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change 1515 with :
1616 branch : $BRANCH_NAME
1717 os : ubuntu-22.04
18- python-versions : " 3.10"
18+ python-versions : " [ '3.10' ]"
19+ uv-version : " [ '0.6.14' ]"
1920
2021 # now we run the publishing protocol
2122 publish :
You can’t perform that action at this time.
0 commit comments