diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index 1f2735de2..c1d80bfcc 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -60,5 +60,5 @@ jobs:
       - uses: pypa/gh-action-pypi-publish@release/v1
         with:
           user: __token__
-          password: ${{ secrets.TESTPYPI_API_TOKEN }}
+          password: ${{ secrets.PYPI_API_TOKEN }}
           verbose: true
\ No newline at end of file