diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a04c082..c941c7b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,12 +69,12 @@ jobs: - name: Build PyPI package run: | python3 -m build - - name: Archive distribution - uses: actions/upload-artifact@v3 - with: - name: linux-dist - path: | - dist/*.tar.gz +# - name: Archive distribution +# uses: actions/upload-artifact@v3 +# with: +# name: linux-dist +# path: | +# dist/*.tar.gz - name: Upload to PyPI run: | twine upload dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }} --skip-existing