- workflow updates
- python stubs
This commit is contained in:
@@ -8,8 +8,10 @@ permissions:
|
||||
jobs:
|
||||
publish_pytest:
|
||||
uses: ./.github/workflows/pytest.yml
|
||||
publish_cargo_test:
|
||||
uses: ./.github/workflows/cargo_test.yml
|
||||
pypi_publish:
|
||||
needs: [ publish_pytest ]
|
||||
needs: [ publish_pytest, publish_cargo_test ]
|
||||
name: Publish (pypi.org)
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user