diff --git a/.github/workflows/pypi_publish.yml b/.github/workflows/pypi_publish.yml index a31f468..4cdb465 100644 --- a/.github/workflows/pypi_publish.yml +++ b/.github/workflows/pypi_publish.yml @@ -14,5 +14,4 @@ jobs: ref: main - uses: JRubics/poetry-publish@v2.0 with: - pypi_token: ${{ secrets.PYPI_TOKEN }} - python_version: '3.10.7' \ No newline at end of file + pypi_token: ${{ secrets.PYPI_TOKEN }} \ No newline at end of file