Skip to content

Commit

Permalink
Fix pypi upload. (#163)
Browse files Browse the repository at this point in the history
<!-- ⚠️ This is an open-source repository. Do not share sensitive
information. -->
See https://github.com/Quantco/pytsql/actions/runs/11531871033 for
context
  • Loading branch information
kklein authored Oct 28, 2024
1 parent 9112d90 commit 5f55ca5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
needs: [build_wheels, build_sdist]
environment: pypi
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
if: github.event_name == 'release' && github.event.action == 'published'
steps:
- uses: actions/download-artifact@v4.1.8
Expand Down

0 comments on commit 5f55ca5

Please sign in to comment.