Skip to content

Commit

Permalink
Merge pull request #84 from fls-bioinformatics-core/update-publish-to…
Browse files Browse the repository at this point in the history
…-testpypi

Fix publication to TestPyPI on tag push
  • Loading branch information
pjbriggs committed Feb 8, 2024
2 parents 1508084 + 5f55ffd commit 3e27637
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ name: Publish Python distribution package to PyPI and TestPyPI
on:
push:
branches:
- 'tags/**'
- 'releases/**'
tags:
- 'v*'

jobs:
# Build the distribution for publication
Expand Down

0 comments on commit 3e27637

Please sign in to comment.