Skip to content

Commit 97b8eb2

Browse files
ujjwal123123seifertm
authored andcommitted
[fix] Change packages_dir to packages-dir
This should fix #699 and prevent the warning
1 parent b614c77 commit 97b8eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
- name: PyPI upload
149149
uses: pypa/[email protected]
150150
with:
151-
packages_dir: dist
151+
packages-dir: dist
152152
password: ${{ secrets.PYPI_API_TOKEN }}
153153
- name: GitHub Release
154154
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)