File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ jobs:
4545
4646 - name : Generate token
4747 id : generate-token
48- uses : tibdex/ github-app-token@v2
48+ uses : actions/create- github-app-token@v2
4949 with :
50- app_id : 391670
51- private_key : ${{ steps.app-private-key.outputs.key }}
50+ app-id : 391670
51+ private-key : ${{ steps.app-private-key.outputs.key }}
5252
5353 - name : Checkout code
5454 uses : actions/checkout@v6
@@ -145,7 +145,7 @@ jobs:
145145 uv build
146146
147147 - name : Upload distributions
148- uses : actions/upload-artifact@v4
148+ uses : actions/upload-artifact@v7
149149 with :
150150 name : release-dists
151151 path : dist/
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ classifiers = [
2525 " Operating System :: OS Independent" ,
2626
2727 " Programming Language :: Python :: 3" ,
28- " Programming Language :: Python :: 3.8" ,
2928 " Programming Language :: Python :: 3.9" ,
3029 " Programming Language :: Python :: 3.10" ,
3130 " Programming Language :: Python :: 3.11" ,
You can’t perform that action at this time.
0 commit comments