Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9d07b commit 3719cd0Copy full SHA for 3719cd0
1 file changed
.github/workflows/wheels.yml
@@ -140,11 +140,17 @@ jobs:
140
cibw_archs: "arm64"
141
142
steps:
143
+
144
+ - name: Checkout matplotlib-release
145
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
146
+ with:
147
+ persist-credentials: false
148
149
- name: Download sdist
150
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
151
with:
- name: cibw-sdist
- path: dist/
152
+ name: cibw-sdist
153
+ path: dist/
154
155
- name: Build wheels for CPython 3.14
156
uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
0 commit comments