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 d9f7fa6 commit 00536a9Copy full SHA for 00536a9
.github/workflows/publish-package.yml
@@ -102,14 +102,14 @@ jobs:
102
repository-url: https://test.pypi.org/legacy/
103
print-hash: true
104
105
- - name: Create GitHub Release from a Tag
106
- uses: softprops/action-gh-release@v2
107
- if: startsWith(github.ref, 'refs/tags/')
108
- with:
109
- files: dist/*
110
-
111
- name: Publish distribution 📦 to PyPI
112
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
113
uses: pypa/gh-action-pypi-publish@v1.11.0
114
with:
115
+
+ - name: Create GitHub Release from a Tag
+ uses: softprops/action-gh-release@v2
+ if: startsWith(github.ref, 'refs/tags/')
+ with:
+ files: dist/*
0 commit comments