Skip to content

Commit a5f6b08

Browse files
authored
Update build-wheels-and-publish-to-pipy.yml
1 parent 41e0950 commit a5f6b08

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-wheels-and-publish-to-pipy.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ jobs:
3535
CIBW_BEFORE_BUILD_LINUX: yum -y install gcc-gfortran lapack-devel blas-devel
3636
CIBW_ARCHS_LINUX: "auto"
3737
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
38-
uses: pypa/[email protected]
39-
38+
uses: pypa/[email protected]
4039
- uses: actions/upload-artifact@v3
4140
with:
4241
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)