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.
1 parent 466a468 commit d9cbedbCopy full SHA for d9cbedb
1 file changed
.github/workflows/code-quality.yaml
@@ -180,6 +180,7 @@ 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:
@@ -193,3 +194,8 @@ jobs:
193
194
195
password: ${{ secrets.test_pypi_password }}
196
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