We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63ff96 commit 54d9585Copy full SHA for 54d9585
.github/workflows/publish_to_pypi.yml
@@ -40,7 +40,7 @@ jobs:
40
name: pypi
41
url: https://pypi.org/p/spatial-polars
42
permissions:
43
- id-token: write # IMPORTANT: mandatory for trusted publishing
+ id-token: ${{ secrets.PYPI_API_TOKEN }}
44
45
steps:
46
- name: Download all the dists
0 commit comments