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 49094b9 commit 160e0d8Copy full SHA for 160e0d8
.github/workflows/publish-package.yml
@@ -87,6 +87,12 @@ jobs:
87
- name: List all files
88
run: ls -lh dist
89
90
+ - name: Create GitHub Release from a Tag
91
+ uses: softprops/action-gh-release@v1
92
+ if: startsWith(github.ref, 'refs/tags/')
93
+ with:
94
+ files: dist/*
95
+
96
- name: Publish distribution 📦 to Test PyPI
97
# Publish to TestPyPI on tag events of if manually triggered
98
# Compare to 'true' string as booleans get turned into strings in the console
0 commit comments