Skip to content

Commit b290bc6

Browse files
authored
Merge pull request #155 from TeaspoonTDA/fix_medical_data
Update publish_to_test_pypi to only run when initiated from test_release
2 parents 3208518 + 5786435 commit b290bc6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish_to_test_pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
name: Build and publish python distributions to TestPyPI
1616
runs-on: ubuntu-latest
1717
concurrency: release
18+
if: ${{ github.event.workflow_run.head_branch == 'test_release' }} # Only run if the first workflow was on the 'test_release' branch
1819
steps:
1920
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2021
- uses: actions/checkout@master

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[project]
44
name = "teaspoon"
5-
version = "1.5.19"
5+
version = "1.5.20"
66
authors = [
77
{ name="Elizabeth Munch", email="[email protected]" },
88
{ name="Firas Khasawneh", email="[email protected]" },

0 commit comments

Comments
 (0)