Skip to content

Commit d9cbedb

Browse files
author
David Andersson
committed
Add tree command
1 parent 466a468 commit d9cbedb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/code-quality.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ jobs:
180180
with:
181181
name: wheel
182182
path: dist/
183+
- run: tree -l 3
183184
- name: Publish the release
184185
uses: softprops/action-gh-release@v1
185186
env:
@@ -193,3 +194,8 @@ jobs:
193194
with:
194195
password: ${{ secrets.test_pypi_password }}
195196
repository_url: https://test.pypi.org/legacy/
197+
# - name: Publish distribution 📦 to PyPI
198+
# if: startsWith(github.ref, 'refs/tags')
199+
# uses: pypa/gh-action-pypi-publish@master
200+
# with:
201+
# password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)