Skip to content

Commit

Permalink
Merge pull request #50 from greglucas/pypi-project-release
Browse files Browse the repository at this point in the history
REL: Add pypi project url and name to github release process
  • Loading branch information
greglucas committed Apr 4, 2024
2 parents 2f1f74c + d4b3120 commit b3c768b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ jobs:
upload_pypi:
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
environment: pypi
environment:
name: pypi
url: https://pypi.org/project/pymsis
permissions:
id-token: write
# alternatively, to publish when a GitHub Release is created, use the following rule:
Expand Down

0 comments on commit b3c768b

Please sign in to comment.