Skip to content

Commit eb4b84f

Browse files
committed
debug
1 parent 3c90527 commit eb4b84f

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ jobs:
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:
@@ -32,13 +31,9 @@ jobs:
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

0 commit comments

Comments
 (0)