mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
ci: fix python pattern key
This commit is contained in:
parent
033ab68c04
commit
8702fc5ed6
1 changed files with 2 additions and 1 deletions
1
.github/workflows/python.yml
vendored
1
.github/workflows/python.yml
vendored
|
@ -164,6 +164,7 @@ jobs:
|
|||
needs: [linux, windows, macos, sdist]
|
||||
steps:
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
pattern: codemp-py-*
|
||||
- name: Publish to PyPI
|
||||
uses: PyO3/maturin-action@v1
|
||||
|
|
Loading…
Reference in a new issue