Skip to content

Commit

Permalink
Merge branch 'main' into 484-30-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Berenbaum authored Sep 11, 2023
2 parents 6ccc959 + cf58503 commit a539c8e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ env:

jobs:
release:
environment: pypi
permissions:
contents: read
id-token: write
runs-on: ubuntu-latest
steps:
- name: Check out the repository
Expand All @@ -36,5 +40,3 @@ jobs:
- name: Upload package
if: github.event_name == 'release'
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit a539c8e

Please sign in to comment.