diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 107fe9f..6b79740 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -38,8 +38,10 @@ jobs: twine check dist/* - name: Deploy to PyPI - env: - TWINE_USERNAME: "__token__" - TWINE_PASSWORD: ${{ secrets.deploy_to_pypi }} + # env: + # TWINE_USERNAME: "__token__" + # TWINE_PASSWORD: ${{ secrets.deploy_to_pypi }} + # run: | + # twine upload dist/* run: | - twine upload dist/* \ No newline at end of file + twine upload dist/* -u __token__ -p ${{ secrets.deploy_to_pypi }} \ No newline at end of file