Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwoods2 committed Jul 20, 2024
1 parent 1f51efe commit bcd1202
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
with:
skip-existing: true
repository-url: https://test.pypi.org/legacy/
verbose: true

upload_pypi_zarrtraj:
name: pypi_upload_zarrtraj
Expand All @@ -116,6 +117,18 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: artifact-whl
path: dist

- uses: actions/download-artifact@v4
with:
name: artifact-sdist
path: dist

- name: Print directory contents
run: |
echo "Contents of the dist directory:"
ls -l dist
- name: upload_source_and_wheels
uses: pypa/[email protected]

0 comments on commit bcd1202

Please sign in to comment.