Skip to content

Commit e2d720f

Browse files
committed
Fix publish workflow
1 parent 47c7ab5 commit e2d720f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
# if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags') && !github.event.release.prerelease
4343
uses: pypa/gh-action-pypi-publish@release/v1
4444
with:
45-
package-dir: pypi/dist
45+
packages-dir: pypi/dist

0 commit comments

Comments
 (0)