Skip to content

Commit

Permalink
Merge pull request #59 from sdss/pypiworkflow
Browse files Browse the repository at this point in the history
updating the pypi workflow release
  • Loading branch information
havok2063 authored Mar 8, 2024
2 parents fa5a630 + a00d8eb commit d25516c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:

runs-on: ubuntu-latest

permissions:
content: write
id-token: write

steps:

- name: Checkout code
Expand Down Expand Up @@ -43,7 +47,4 @@ jobs:
python setup.py sdist bdist_wheel --universal
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.pypi_password }}
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit d25516c

Please sign in to comment.