Skip to content

Commit

Permalink
switch to trusted publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Jan 13, 2025
1 parent c0e6378 commit 5799aaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:

runs-on: ubuntu-latest

permissions:
id-token: write

steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand All @@ -22,6 +25,3 @@ jobs:
run: python setup.py sdist bdist_wheel
- name: Publish to PyPI
uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.pypi_password }}

0 comments on commit 5799aaa

Please sign in to comment.