Skip to content

Commit

Permalink
19404: Adds publishing environment setting to release workflow (#72)
Browse files Browse the repository at this point in the history
Another follow-up to #68 to support PyPi trusted publishing.
  • Loading branch information
apbassett authored Mar 26, 2024
1 parent 213f1d3 commit ff004e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@ jobs:
- pytest-macos-3-11-mt
- pytest-windows-3-11-mt
runs-on: ubuntu-latest
environment:
name: PyPi
permissions:
id-token: write
steps:
Expand Down Expand Up @@ -324,4 +326,4 @@ jobs:
with:
publish_location: 'PyPi'
version: ${{ needs.metadata.outputs.version }}
publish_name: 'amalgam-lang'
publish_name: 'amalgam-lang'

0 comments on commit ff004e6

Please sign in to comment.