disable pypi for now

This commit is contained in:
Paul Gauthier 2023-10-18 08:48:24 -07:00
parent b69edcfcba
commit ec13c87e8d

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: Login to DockerHub
uses: docker/login-action@v1