From 25c06940d6bd4fc5bf71cbe0bbec0ab34544dad7 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 19 Oct 2023 07:09:09 -0700 Subject: [PATCH] re-enable twine/pypi --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 23ddd9bba..c8d73a6f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }} run: | python setup.py sdist bdist_wheel - #twine upload dist/* + twine upload dist/* - name: Set up QEMU uses: docker/setup-qemu-action@v3