We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af6886 commit 7ee7a1fCopy full SHA for 7ee7a1f
.github/workflows/python-build.yml
@@ -46,7 +46,7 @@ jobs:
46
runs-on: ubuntu-latest
47
needs:
48
- build
49
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') # only publish when push with tag
+ if: github.event_name == 'push'
50
environment:
51
name: pypi
52
url: https://pypi.org/p/data-formulator
@@ -59,4 +59,4 @@ jobs:
59
name: release-dist
60
path: dist/
61
- name: Publish package distributions to PyPI
62
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments