Skip to content

Commit 59541f9

Browse files
Merge pull request #9 from AyanSinhaMahapatra/fix-pypi-upload
Fix pypi upload with correct directory
2 parents b40f93b + 050c1e8 commit 59541f9

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)