re-enable twine/pypi

This commit is contained in:
Paul Gauthier 2023-10-19 07:09:09 -07:00
parent 02386c16aa
commit 25c06940d6

View file

@ -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