diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a2cc12..d0fc045 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -123,11 +123,11 @@ jobs: TWINE_REPOSITORY: testpypi TWINE_USERNAME: ${{ secrets.TESTPYPI_USERNAME }} TWINE_PASSWORD: ${{ secrets.TESTPYPI_PASSWORD }} - run: twine upload --verbose dist/* + run: twine upload --verbose * - name: Release upload if: github.event_name == 'release' env: TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} - run: twine upload --verbose dist/* \ No newline at end of file + run: twine upload --verbose * \ No newline at end of file