- workflow updates
PyTest / pytest (3.12) (push) Failing after 17s
PyTest / pytest (3.14) (push) Failing after 22s
PyTest / pytest (3.10) (push) Has been cancelled

- python stubs
This commit is contained in:
Wim Pomp
2026-05-09 13:00:47 +02:00
parent 2fc0bf8c9f
commit 91f863366d
11 changed files with 208 additions and 7 deletions
+4 -2
View File
@@ -8,8 +8,10 @@ permissions:
jobs:
publish_pytest:
uses: ./.github/workflows/pytest.yml
publish_cargo_test:
uses: ./.github/workflows/cargo_test.yml
crates_io_publish:
needs: [ publish_pytest ]
needs: [ publish_pytest, publish_cargo_test ]
name: Publish (crates.io)
runs-on: ubuntu-latest
timeout-minutes: 25
@@ -50,7 +52,7 @@ jobs:
# have passed.
- name: "cargo release publish"
run: |-
export PATH="$HOME/.osxcross/bin:$PATH"
export PATH="$HOME/.cargo/bin:$PATH"
cargo login ${{ secrets.CRATES_IO_API_TOKEN }}
cargo release \
publish \