File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7979 rm -f ${APPLE_SIGNING_KEYCHAIN_PATH}
8080
8181 - uses : actions/upload-artifact@v4
82- name : wheels-${{ matrix.os }}
8382 with :
83+ name : wheels-${{ matrix.os }}
8484 path : ./wheelhouse/*.whl
8585
8686 build_sdist :
9393 run : pipx run build --sdist
9494
9595 - uses : actions/upload-artifact@v4
96- name : sdist
9796 with :
97+ name : sdist
9898 path : dist/*.tar.gz
9999
100100 upload_pypi :
Original file line number Diff line number Diff line change 3535 uses : pypa/cibuildwheel@v2.16
3636
3737 - uses : actions/upload-artifact@v4
38- name : wheels-${{ matrix.os }}
3938 with :
39+ name : wheels-${{ matrix.os }}
4040 path : ./wheelhouse/*.whl
4141
4242 build_sdist :
4949 run : pipx run build --sdist
5050
5151 - uses : actions/upload-artifact@v4
52- name : sdist
5352 with :
53+ name : sdist
5454 path : dist/*.tar.gz
5555
5656 test_upload :
You can’t perform that action at this time.
0 commit comments