We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9972d9d commit 4d4eecbCopy full SHA for 4d4eecb
.github/workflows/publish.yaml
@@ -4,12 +4,11 @@ on:
4
release:
5
types:
6
- published
7
- workflow_dispatch:
8
9
jobs:
10
pypi-publish:
11
name: PyPI
12
- if: github.repository_owner == 'juftin' && (github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.actor == 'juftin'))
+ if: github.repository_owner == 'juftin'
13
runs-on: ubuntu-latest
14
steps:
15
- name: Check out the repository
0 commit comments