We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e8c0d commit 3e11052Copy full SHA for 3e11052
1 file changed
.github/workflows/deploy_to_pypi.yml
@@ -1,6 +1,8 @@
1
name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI
2
3
-on: release
+on:
4
+ release:
5
+ types: ['released']
6
7
jobs:
8
build-n-publish:
0 commit comments