We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1914a36 commit 4b2fb18Copy full SHA for 4b2fb18
1 file changed
.github/workflows/pypi.yml
@@ -1,4 +1,4 @@
1
-name: PyPi PUblish
+name: PyPi Publish
2
on:
3
# Only deploy these artifacts when a semantic tag is applied
4
push:
@@ -43,4 +43,6 @@ jobs:
43
steps:
44
- uses: actions/download-artifact@v3
45
- name: Publish package distributions to PyPI
46
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@release/v1
47
+ with:
48
+ packages-dir: dist/
0 commit comments