Skip to content

Commit 84604d2

Browse files
committed
tweak ci build
1 parent 9ab57ab commit 84604d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/wheels.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
env:
3838
MACOSX_DEPLOYMENT_TARGET: 10.15
3939
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"
4141
CIBW_BUILD_VERBOSITY: 1
4242
- name: Verify clean directory
4343
run: git diff --exit-code
@@ -64,4 +64,4 @@ jobs:
6464
merge-multiple: true
6565
- uses: pypa/gh-action-pypi-publish@release/v1
6666
with:
67-
password: ${{ secrets.pypi_password }}
67+
password: ${{ secrets.PYPI_TOKEN }}

src/pyodr/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ def main(args: Sequence[str] | None = None) -> int:
3535
return 0
3636

3737

38-
if __name__ == '__main__':
38+
if __name__ == "__main__":
3939
error = main()
4040
sys.exit(error)

0 commit comments

Comments
 (0)