Skip to content

Commit 7c110d2

Browse files
committed
Try with verbose
1 parent dc517ac commit 7c110d2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python-ver: [3.8, 3.9, '3.10', '3.11', '3.12', '3.13']
12-
os: [ubuntu-slim, windows-latest, macos-latest]
11+
python-ver: ['3.13']
12+
os: [ubuntu-slim]
1313
experimental: [false]
1414

1515
steps:
@@ -70,7 +70,7 @@ jobs:
7070
make
7171
cd ..
7272
python -m build
73-
python -m twine upload -u __token__ -p ${{secrets.PYPI_API_TOKEN}} dist/* --skip-existing
73+
python -m twine upload -u __token__ -p ${{secrets.PYPI_API_TOKEN}} dist/* --skip-existing --verbose
7474
7575
- name: build macos
7676
if: matrix.os == 'macos-latest'

0 commit comments

Comments
 (0)