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 167b29d commit c868c73Copy full SHA for c868c73
.github/workflows/release.yml
@@ -11,7 +11,6 @@ name: Release packages
11
on:
12
push:
13
tags: [ '*' ]
14
- branches: ['ci-fix']
15
16
env:
17
# Use docker.io for Docker Hub if empty
@@ -41,7 +40,6 @@ jobs:
41
40
- name: Test package
42
run: pip install --no-cache-dir dist/ops*.tar.gz && ops --verbose -h
43
- name: Publish package
44
- if: startsWith(github.ref, 'refs/tags/')
45
uses: pypa/gh-action-pypi-publish@ab69e431e9c9f48a3310be0a56527c679f56e04d
46
with:
47
user: __token__
0 commit comments