File tree Expand file tree Collapse file tree 1 file changed +2
-21
lines changed Expand file tree Collapse file tree 1 file changed +2
-21
lines changed Original file line number Diff line number Diff line change 6
6
- py-*
7
7
8
8
jobs :
9
- Unix :
9
+ All :
10
10
strategy :
11
11
matrix :
12
- os : [ubuntu-latest, macos-latest]
12
+ os : [ubuntu-latest, macos-latest, windows-latest ]
13
13
python : ["3.8", "3.9", "3.10", "3.11"]
14
14
15
15
runs-on : ${{ matrix.os }}
34
34
--username __token__
35
35
--password ${{ secrets.PYPI_TOKEN }}
36
36
--interpreter python${{ matrix.python }}
37
-
38
- Windows :
39
- runs-on : windows-latest
40
- environment : " Publish wheels"
41
-
42
- steps :
43
- - uses : actions/checkout@v2
44
- - uses : actions-rs/toolchain@v1
45
- with :
46
- profile : minimal
47
- toolchain : stable
48
- override : true
49
- - name : Publish all versions
50
- uses : messense/maturin-action@v1
51
- with :
52
- command : publish
53
- args : -m instant-distance-py/Cargo.toml
54
- --username __token__
55
- --password ${{ secrets.PYPI_TOKEN }}
You can’t perform that action at this time.
0 commit comments