Skip to content

Commit

Permalink
test push package after oidc
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Russo committed Jan 26, 2025
1 parent 017696c commit 082504b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/docs' }}
run: |
pip install --upgrade twine
twine upload dist/* -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }}
twine upload dist/*

0 comments on commit 082504b

Please sign in to comment.