Skip to content

Commit

Permalink
Merge pull request #833 from casperdcl/pypi-release
Browse files Browse the repository at this point in the history
CI: PyPI release
  • Loading branch information
neurolabusc authored Jul 24, 2024
2 parents 6978699 + a7ed66c commit e73095c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Release
on: {push: {tags: ['v*.*.*']}}
jobs:
pypi:
permissions: {id-token: write}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with: {fetch-depth: 0, submodules: recursive}
- uses: actions/setup-python@v5
with: {python-version: '3.x'}
- uses: casperdcl/deploy-pypi@v2
with: {build: -s, upload: true}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ __pycache__/
/_cmake_test_compile/
/dcm2niix/_dist_ver.py
/dcm2niix/dcm2niix
MANIFEST
/MANIFEST*
/*.egg*/
/dist/

0 comments on commit e73095c

Please sign in to comment.