diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f67f90b..b9a6b1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - python_version: ['3.9', '3.10', '3.11', '3.12', '3.13'] + python_version: ['3.10', '3.11', '3.12', '3.13'] steps: - name: Clone @@ -57,8 +57,5 @@ jobs: if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') with: package_name: ledgerwallet - jfrog_deployment: true release: true publish: true - secrets: - pypi_token: ${{ secrets.PYPI_PUBLIC_API_TOKEN }}