File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 - main
1212 - master
1313 tags :
14- - " * "
14+ - ' * '
1515 pull_request :
1616 workflow_dispatch :
1717
@@ -166,21 +166,17 @@ jobs:
166166 # Used to generate artifact attestation
167167 attestations : write
168168 steps :
169- - uses : actions/checkout@v4
170- - uses : actions/setup-python@v5
171- with :
172- python-version : 3.x
173169 - uses : actions/download-artifact@v4
174170 - name : Generate artifact attestation
175171 uses : actions/attest-build-provenance@v2
176172 with :
177- subject-path : " wheels-*/*"
173+ subject-path : ' wheels-*/*'
178174 - name : Publish to PyPI
179175 if : ${{ startsWith(github.ref, 'refs/tags/') }}
180176 uses : PyO3/maturin-action@v1
181177 env :
182178 MATURIN_USERNAME : __token__
183179 MATURIN_PASSWORD : ${{ secrets.PYPI_API_TOKEN }}
184180 with :
185- command : publish
181+ command : upload
186182 args : --non-interactive --skip-existing wheels-*/*
Original file line number Diff line number Diff line change 11[package ]
22name = " pyqmc_rust"
3- version = " 0.1.5 "
3+ version = " 0.1.6 "
44edition = " 2021"
55
66# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change 11[package ]
22name = " utils"
3- version = " 0.1.5 "
3+ version = " 0.1.6 "
44edition = " 2021"
55
66[dependencies ]
You can’t perform that action at this time.
0 commit comments