Skip to content

Commit a0dbe69

Browse files
committed
setup repo
1 parent 78f1caf commit a0dbe69

File tree

6 files changed

+1812
-10
lines changed

6 files changed

+1812
-10
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- main
1212
- master
1313
tags:
14-
- '*'
14+
- "*"
1515
pull_request:
1616
workflow_dispatch:
1717

@@ -170,12 +170,10 @@ jobs:
170170
- name: Generate artifact attestation
171171
uses: actions/attest-build-provenance@v2
172172
with:
173-
subject-path: 'wheels-*/*'
173+
subject-path: "wheels-*/*"
174174
- name: Publish to PyPI
175175
if: ${{ startsWith(github.ref, 'refs/tags/') }}
176176
uses: PyO3/maturin-action@v1
177-
env:
178-
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
179177
with:
180178
command: upload
181179
args: --non-interactive --skip-existing wheels-*/*

0 commit comments

Comments
 (0)