This commit is contained in:
Simone Scarduzio
2025-09-23 07:19:02 +02:00
parent fcd1239f81
commit 42aac30b41

View File

@@ -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
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}