diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6a636e..23fda8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -147,11 +147,6 @@ jobs: needs: [lint, typecheck, test, e2e-test] runs-on: ubuntu-latest if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') - environment: - name: pypi - url: https://pypi.org/p/deltaglider - permissions: - id-token: write # IMPORTANT: this permission is mandatory for trusted publishing steps: - uses: actions/checkout@v4 @@ -170,4 +165,6 @@ jobs: uv build - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file + uses: pypa/gh-action-pypi-publish@release/v1 + with: + password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file