summaryrefslogtreecommitdiffstats
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 5a3ee9d7..e281a2ad 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -88,8 +88,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- - name: Install pypa/build
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
+ - name: Install pip
+ if: github.event_name == 'push'
run: >-
python -m
pip install
@@ -97,7 +97,7 @@ jobs:
--user
- name: Build a binary wheel and a source tarball
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
+ if: github.event_name == 'push'
run: >-
python -m
build