We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd97b2 commit 9708899Copy full SHA for 9708899
.github/workflows/workflow.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
pypi-publish:
11
name: upload release to PyPI
12
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
+ #if: ${{ github.event.workflow_run.conclusion == 'success' }}
13
runs-on: ubuntu-latest
14
# Specifying a GitHub environment is optional, but strongly encouraged
15
environment: release
@@ -32,4 +32,4 @@ jobs:
32
python -m build
33
# retrieve your distributions here
34
- name: Publish package distributions to PyPI
35
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments