Skip to content

Commit 050c1e8

Browse files
Fix pypi upload with correct directory
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent b40f93b commit 050c1e8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,5 @@ jobs:
154154
- name: Publish to PyPI
155155
if: startsWith(github.ref, 'refs/tags')
156156
uses: pypa/gh-action-pypi-publish@release/v1
157+
with:
158+
packages-dir: cyseq-build/

0 commit comments

Comments
 (0)