File tree Expand file tree Collapse file tree 3 files changed +12
-17
lines changed
Expand file tree Collapse file tree 3 files changed +12
-17
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,8 @@ jobs:
105105 runs - on : ubuntu - latest
106106 needs : build_wheels
107107 steps :
108+ - name : Check out Git repository
109+ uses : actions / checkout @v4
108110 - uses : actions / download - artifact @v4
109111 with :
110112 path : "."
@@ -114,13 +116,6 @@ jobs:
114116 ls
115117 mkdir - p ./ dist
116118 mv * .whl ./ dist
117- push_to_pypi :
118- name : Build
119- needs : [test ]
120- runs - on : ubuntu - 24.04
121- steps :
122- - name : Check out Git repository
123- uses : actions / checkout @v3
124119 - name : Set default for env .NEW_TAG
125120 run : echo "NEW_TAG=NO_NEW_TAG" >> $GITHUB_ENV
126121 - name : Check for new version
Original file line number Diff line number Diff line change 22{
33 workspaceStateFile = ./workspace-state.json ;
44 hashes = {
5- "BigInt" = "1iglvwb357qbfjx5iz686rdb6m1p7zm9szivbzmai6y91qk7pi4q " ;
6- "Defile" = "0szrq1bppc91wakqwwbzjrh7ic68ix2m0hn5z9h5ca34mc3cnr2w " ;
7- "PythonKit" = "1jrwnnw71l77yw4mjwl11jlil2018n35p56p1xzk78g0ldr4d8z9 " ;
8- "swift-argument-parser" = "0pvsnr651f8bjibni7lar8l6jchnmhs0a294gg85mhldqh9sdmjb " ;
9- "swift-collections" = "0i19czvb1j0xjbg238k802g72dpsa9mvxn9wf16jc3bgckvgbn2q " ;
10- "Yams" = "1jf3k2lm5b9i8m9bpnzhqa8mnc3qzj91icv5ykjplk3vy0idz3q1 " ;
5+ "BigInt" = "sha256-mMR7Jg7Jm6jqXzt+neo/N1SzWjbI/Fi6dAufMhbf9MU= " ;
6+ "Defile" = "sha256-XGTLBqtkKFZg+sVCUEWPyLB4YJZ/cY6n4iGxe1fA+Ws= " ;
7+ "PythonKit" = "sha256-W5O1lglezaFOoIgIGBAVo1OobXDZwpx0ZO67PSE4A5E= " ;
8+ "swift-argument-parser" = "sha256-qEJ329hqQyQVxtHScD7qPmWW9ZDf9bX+4xgpDlX0w5A= " ;
9+ "swift-collections" = "sha256-WNj19mRvDSZNcDzZvmtS+jZxngBooiHekh3IsPZnKUQ= " ;
10+ "Yams" = "sha256-AY/fIvB7THrl9GWzGJL8eDBbkcLw27tSRTGtUqmYw8k= " ;
1111 } ;
1212}
Original file line number Diff line number Diff line change 4646 },
4747 "state" : {
4848 "checkoutState" : {
49- "revision" : " 43647b36cacb99558e57ef98e97ef598f91d1164 " ,
50- "version" : " 0.5.0 "
49+ "revision" : " 6fd4817e33c31a57760e285228ef8f81cd359062 " ,
50+ "version" : " 0.4.2 "
5151 },
5252 "name" : " sourceControlCheckout"
5353 },
6363 },
6464 "state" : {
6565 "checkoutState" : {
66- "revision" : " 0fbc8848e389af3bb55c182bc19ca9d5dc2f255b " ,
67- "version" : " 1.4.0 "
66+ "revision" : " 8f4d2753f0e4778c76d5f05ad16c74f707390531 " ,
67+ "version" : " 1.2.3 "
6868 },
6969 "name" : " sourceControlCheckout"
7070 },
You can’t perform that action at this time.
0 commit comments