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 7dbae5f commit 5d161faCopy full SHA for 5d161fa
.github/workflows/release.yml
@@ -1,8 +1,7 @@
1
-# This file is autogenerated by maturin v1.8.1
2
-# To update, run
3
-#
4
-# maturin generate-ci github
+# This workflow can be triggered on tags push (automatic release) or manually on any branch.
5
#
+# - When triggered on tags push, it will build and publishes a new version including docs.
+# - When triggered manually, it's a dry-run: only build, without publishing anything.
6
name: release
7
8
on:
0 commit comments