Skip to content

Commit

Permalink
improve name
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Feb 23, 2024
1 parent 9497551 commit 00316bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: artifact
path: dist

- name: list dist
- name: List distributions to be deployed
run: ls -lha dist/

# - uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-nightly-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: artifact
path: dist

- name: list dist
- name: List distributions to be deployed
run: ls -lha dist/

# - name: Upload wheel to Anaconda Cloud as nightly
Expand Down

0 comments on commit 00316bb

Please sign in to comment.