Skip to content

Commit

Permalink
Merge pull request #218 from InsightSoftwareConsortium/tag-ci
Browse files Browse the repository at this point in the history
BUG: Run full Python packaging CI on GitHub Actions tag event
  • Loading branch information
tbirdso authored May 17, 2023
2 parents 5aeb9a4 + 600fcce commit 595fb32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
pypi_password: ${{ secrets.pypi_password }}

python-build-workflow-main:
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags')
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@85252b549b1e44aa7198fbea470f75732d092c8b
with:
python3-minor-versions: '["7","8","9","10","11"]'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name=package_name,
version='0.17.0',
version='0.17.1',
author='Insight Software Consortium',
author_email='itk+community@discourse.itk.org',
packages=['itk'],
Expand Down

0 comments on commit 595fb32

Please # to comment.