Publish to testpypi every push (#403)

This commit is contained in:
Jedd Morgan
2025-04-22 14:31:18 +01:00
committed by GitHub
parent 6bfdf8850c
commit 0aa14ca077
+3 -5
View File
@@ -2,11 +2,9 @@
name: "Publish to PyPI"
on:
workflow_run:
workflows: [Specklepy test and build]
branches: [v3-dev]
types:
- completed
push:
branches:
- "v3-dev"
jobs:
pypi-publish: