Skip to content

Commit 9708899

Browse files
authored
Update workflow.yml
1 parent edd97b2 commit 9708899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
pypi-publish:
1111
name: upload release to PyPI
12-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
12+
#if: ${{ github.event.workflow_run.conclusion == 'success' }}
1313
runs-on: ubuntu-latest
1414
# Specifying a GitHub environment is optional, but strongly encouraged
1515
environment: release
@@ -32,4 +32,4 @@ jobs:
3232
python -m build
3333
# retrieve your distributions here
3434
- name: Publish package distributions to PyPI
35-
uses: pypa/gh-action-pypi-publish@release/v1
35+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)