Skip to content

Commit 5f55ca5

Browse files
authored
Fix pypi upload. (#163)
<!-- ⚠️ This is an open-source repository. Do not share sensitive information. --> See https://github.com/Quantco/pytsql/actions/runs/11531871033 for context
1 parent 9112d90 commit 5f55ca5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_and_publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
needs: [build_wheels, build_sdist]
5656
environment: pypi
5757
runs-on: ubuntu-latest
58+
permissions:
59+
id-token: write
60+
contents: write
5861
if: github.event_name == 'release' && github.event.action == 'published'
5962
steps:
6063
- uses: actions/download-artifact@v4.1.8

0 commit comments

Comments
 (0)