We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9cbedb + b3e468a commit 5eeba55Copy full SHA for 5eeba55
1 file changed
.github/workflows/code-quality.yaml
@@ -180,15 +180,15 @@ jobs:
180
with:
181
name: wheel
182
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/*
+ - run: ls -R
+ # - name: Publish the release
+ # uses: softprops/action-gh-release@v1
+ # env:
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ # with:
+ # body: ${{ steps.changelog_entry.outputs.log_entry }}
+ # files: |
+ # dist/*
192
- name: Publish distribution 📦 to Test PyPI
193
uses: pypa/gh-action-pypi-publish@master
194
0 commit comments