diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 36862aa..b290572 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,4 +25,4 @@ jobs: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.PYPI }} run: | - python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/* \ No newline at end of file + python -m twine upload --repository-url https://pypi.org/legacy/ dist/* \ No newline at end of file