File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
env :
38
38
MACOSX_DEPLOYMENT_TARGET : 10.15
39
39
CIBW_ARCHS_MACOS : auto universal2
40
- CIBW_SKIP : " *-win32 *-manylinux_i686 cp312- win_amd64 cp37-musllinux_x86_64 "
40
+ CIBW_SKIP : " *-manylinux_i686 *-musllinux_* *-win32 pp37- win_amd64 cp312-win_amd64 "
41
41
CIBW_BUILD_VERBOSITY : 1
42
42
- name : Verify clean directory
43
43
run : git diff --exit-code
64
64
merge-multiple : true
65
65
- uses : pypa/gh-action-pypi-publish@release/v1
66
66
with :
67
- password : ${{ secrets.pypi_password }}
67
+ password : ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change @@ -35,6 +35,6 @@ def main(args: Sequence[str] | None = None) -> int:
35
35
return 0
36
36
37
37
38
- if __name__ == ' __main__' :
38
+ if __name__ == " __main__" :
39
39
error = main ()
40
40
sys .exit (error )
You can’t perform that action at this time.
0 commit comments