diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f4b3169..257bd93 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,9 +39,7 @@ jobs: with: name: dist path: dist - - run: | - pwd - find . + - uses: mxschmitt/action-tmate@v3 - name: Integration tests run: | pytest -s @@ -59,7 +57,6 @@ jobs: path: dist - run: | find . - - uses: mxschmitt/action-tmate@v3 #- name: Publish to PyPi # uses: pypa/gh-action-pypi-publish@release/v1 # with: