Skip to content

Commit 58ebcdf

Browse files
authored
Merge pull request #32 from microsoft/Chenglong-MS-patch-4
Update python-build.yml
2 parents 6af6886 + 7ee7a1f commit 58ebcdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
needs:
4848
- build
49-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') # only publish when push with tag
49+
if: github.event_name == 'push'
5050
environment:
5151
name: pypi
5252
url: https://pypi.org/p/data-formulator
@@ -59,4 +59,4 @@ jobs:
5959
name: release-dist
6060
path: dist/
6161
- name: Publish package distributions to PyPI
62-
uses: pypa/gh-action-pypi-publish@release/v1
62+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)