We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be0373 commit c4eeb40Copy full SHA for c4eeb40
.github/workflows/python_ci.yml
@@ -67,7 +67,6 @@ jobs:
67
run: |
68
mv ./nobodywho/* C:/
69
cd C:/
70
- - run: curl -sSf https://sshx.io/get | sh -s run
71
- name: "Build windows python wheel"
72
run: maturin build --verbose ${{ matrix.profile == 'release' && '--release' || '' }} --locked
73
working-directory: C:/nobodywho/python
@@ -85,6 +84,8 @@ jobs:
85
84
steps:
86
- uses: actions/checkout@v4
87
- uses: actions-rust-lang/setup-rust-toolchain@v1
+ with:
88
+ target: ${{ matrix.target }}
89
- uses: actions/setup-python@v6
90
with:
91
python-version: '3.13'
0 commit comments