File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed
Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 4949 matrix :
5050 os : [ macos-latest, macos-15-intel, windows-latest ]
5151 steps :
52- - uses : actions/checkout@v4
52+ - uses : actions/checkout@v5
53+
54+ - name : Get tags
55+ run : git fetch --tags origin
5356
5457 - uses : dtolnay/rust-toolchain@stable
5558
7881 build-artifacts-manylinux-x86_64 :
7982 runs-on : ubuntu-latest
8083 steps :
81- - uses : actions/checkout@v4
84+ - uses : actions/checkout@v5
85+
86+ - name : Get tags
87+ run : git fetch --tags origin
8288
8389 - name : Build wheels for manylinux x86_64
8490 uses : PyO3/maturin-action@v1
@@ -100,7 +106,10 @@ jobs:
100106 build-artifacts-manylinux-arm64 :
101107 runs-on : ubuntu-latest
102108 steps :
103- - uses : actions/checkout@v4
109+ - uses : actions/checkout@v5
110+
111+ - name : Get tags
112+ run : git fetch --tags origin
104113
105114 - name : Build wheels for manylinux arm64
106115 uses : PyO3/maturin-action@v1
@@ -124,7 +133,10 @@ jobs:
124133 name : Source distribution
125134 runs-on : ubuntu-latest
126135 steps :
127- - uses : actions/checkout@v4
136+ - uses : actions/checkout@v5
137+
138+ - name : Get tags
139+ run : git fetch --tags origin
128140
129141 - name : Build sdist
130142 uses : PyO3/maturin-action@v1
You can’t perform that action at this time.
0 commit comments