Skip to content

Commit 5a8986b

Browse files
Attempt fixing pypi upload
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 050c1e8 commit 5a8986b

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/pypi-release.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,13 @@ jobs:
149149
- name: Download builds
150150
uses: actions/download-artifact@v4
151151
with:
152-
path: cyseq-build
152+
name: cyseq-build
153+
path: dist/
154+
155+
- name: Mock PyPI upload
156+
run: |
157+
ls -al dist
153158
154159
- name: Publish to PyPI
155160
if: startsWith(github.ref, 'refs/tags')
156161
uses: pypa/gh-action-pypi-publish@release/v1
157-
with:
158-
packages-dir: cyseq-build/

0 commit comments

Comments
 (0)