1 parent 6d363df commit 7688beeCopy full SHA for 7688bee
1 file changed
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Upload artifact
23
uses: actions/upload-artifact@v4
24
with:
25
- path: dist/
+ path: ./dist
26
name: wordsearch-package
27
28
@@ -36,7 +36,7 @@ jobs:
36
- name: Download artifact
37
uses: actions/download-artifact@v4
38
39
40
41
- name: Push to PyPI
42
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments