Skip to content

Commit

Permalink
add automatic releases
Browse files Browse the repository at this point in the history
  • Loading branch information
nocollier committed Jul 23, 2024
1 parent 62965eb commit 42b1a65
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Publish ILAMB to PyPI

on:
release:
types:
- published

jobs:
pypi-publish:
name: upload release to PyPI
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 42b1a65

Please sign in to comment.