Skip to content

Commit 5eeba55

Browse files
authored
Merge pull request #219 from jdkandersson/bugfix/release-action
Change to using ls
2 parents d9cbedb + b3e468a commit 5eeba55

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/code-quality.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -180,15 +180,15 @@ jobs:
180180
with:
181181
name: wheel
182182
path: dist/
183-
- run: tree -l 3
184-
- name: Publish the release
185-
uses: softprops/action-gh-release@v1
186-
env:
187-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
188-
with:
189-
body: ${{ steps.changelog_entry.outputs.log_entry }}
190-
files: |
191-
dist/*
183+
- run: ls -R
184+
# - name: Publish the release
185+
# uses: softprops/action-gh-release@v1
186+
# env:
187+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
188+
# with:
189+
# body: ${{ steps.changelog_entry.outputs.log_entry }}
190+
# files: |
191+
# dist/*
192192
- name: Publish distribution 📦 to Test PyPI
193193
uses: pypa/gh-action-pypi-publish@master
194194
with:

0 commit comments

Comments
 (0)