Skip to content

Commit

Permalink
add an enviroment configuration for pypi-release workflow and name th…
Browse files Browse the repository at this point in the history
…e build job
  • Loading branch information
Keira Crafts authored and Keira Crafts committed Aug 23, 2024
1 parent 14a6e69 commit a593167
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ on:

jobs:
build:
name: Upload release to PyPI
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/pycfmodel
permissions:
id-token: write
steps:
Expand Down

0 comments on commit a593167

Please sign in to comment.