enable pypi again

This commit is contained in:
Paul Gauthier 2023-10-18 09:15:40 -07:00
parent 44afdeff25
commit fc92862017
2 changed files with 11 additions and 12 deletions

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