Skip to content

Commit

Permalink
update pypi publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ekorman committed Nov 9, 2024
1 parent 0df7415 commit bcf61d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
build-and-publish:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand All @@ -17,5 +19,3 @@ jobs:
run: pip install build && python -m build
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit bcf61d7

Please sign in to comment.