diff --git a/.github/workflows/build-and-publish.yaml b/.github/workflows/build-and-publish.yaml index 93c2e20..ca317a5 100644 --- a/.github/workflows/build-and-publish.yaml +++ b/.github/workflows/build-and-publish.yaml @@ -65,6 +65,10 @@ jobs: with: name: python-package + - name: List files in the current directory + run: | + ls -lah + - name: Setup Python uses: actions/setup-python@v4 with: @@ -76,4 +80,4 @@ jobs: python -m pip install twine - name: Publish - run: twine upload dist/* \ No newline at end of file + run: twine upload python-package/* \ No newline at end of file