Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nj1973 authored Jul 17, 2024
1 parent 7514fb7 commit fae95fe
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 @@ -62,7 +62,9 @@ jobs:
pypi-publish:
name: Publish release to PyPI
runs-on: ubuntu-latest
environment: release
environment:
name: release
url: https://pypi.org/p/goe-framework
permissions:
id-token: write
steps:
Expand All @@ -78,4 +80,4 @@ jobs:
run: |
python -m build
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit fae95fe

Please sign in to comment.