Skip to content

Commit 92e2c75

Browse files
committed
fix CI
1 parent 08528c2 commit 92e2c75

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ jobs:
3030
- name: Build package
3131
run: python -m build
3232
- name: Publish package to PyPI
33-
uses: pypa/gh-action-pypi-publish@release/v1
33+
uses: pypa/gh-action-pypi-publish@release/v1
34+
with:
35+
package-dir: ./dist

0 commit comments

Comments
 (0)