Skip to content

Commit ca5359a

Browse files
committed
fix(ci): fix Python CI
1 parent a475f45 commit ca5359a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/python.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
#
44
# maturin generate-ci -o .github/workflows/python.yml -m python/Cargo.toml --pytest github
55
#
6-
name: CI
6+
name: Python
77

88
on:
99
push:
1010
branches:
1111
- main
1212
- master
1313
tags:
14-
- 'python/*'
14+
- "python/*"
1515
pull_request:
1616
workflow_dispatch:
1717

@@ -245,12 +245,12 @@ jobs:
245245
- name: Generate artifact attestation
246246
uses: actions/attest-build-provenance@v2
247247
with:
248-
subject-path: 'wheels-*/*'
248+
subject-path: "wheels-*/*"
249249
- name: Publish to PyPI
250250
if: ${{ startsWith(github.ref, 'refs/tags/') }}
251251
uses: PyO3/maturin-action@v1
252252
env:
253-
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
253+
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
254254
with:
255255
command: upload
256256
args: --non-interactive --skip-existing wheels-*/*

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)