We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3037e69 commit 96ba630Copy full SHA for 96ba630
1 file changed
.github/workflows/publish_release.yml
@@ -23,6 +23,7 @@ jobs:
23
run: |
24
python -m pip install --upgrade build
25
python -m build
26
+
27
- name: publish
28
if: github.event_name == 'release'
29
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments