Skip to content

Commit

Permalink
Test publish
Browse files Browse the repository at this point in the history
  • Loading branch information
thalassemia committed Dec 5, 2024
1 parent f44f5bc commit ea4baf6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,9 @@ jobs:
upload_pypi:
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
environment: pypi
environment:
name: testpypi
url: https://test.pypi.org/p/stochastic-arrow
permissions:
id-token: write
if: github.event_name == 'release' && github.event.action == 'published'
Expand Down

0 comments on commit ea4baf6

Please sign in to comment.