File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change 1313 maturin :
1414 strategy :
1515 matrix :
16- # python-version: ['3.8']
1716 python-version : ['3.7', '3.8', '3.9', '3.10']
18- os : [ubuntu-latest, macos-latest]
17+ os : [macos-latest]
1918 # os: [ubuntu-latest, macos-latest, windows-latest]
2019 runs-on : ${{ matrix.os }}
2120 steps :
3231 - name : Install Python packages
3332 run : |
3433 pip install maturin
35- - name : Try Python
34+ - name : Publish ulist
35+ env :
36+ PYPI_PW : ${{ secrets.PYPI_PW }}
37+ shell : bash
3638 run : |
37- python -c 'import sys; print(sys.version_info[:])'
38- # - name: Publish ulist
39- # env:
40- # PYPI_PW: ${{ secrets.PYPI_PW }}
41- # PYTHON_VER: python${{ matrix.python-version }}
42- # shell: bash
43- # run: |
44- # maturin publish -m ulist/Cargo.toml -u tushushu -p $PYPI_PW -i $PYTHON_VER
39+ maturin publish -m ulist/Cargo.toml -u tushushu -p $PYPI_PW -i python
You can’t perform that action at this time.
0 commit comments