Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
surgura committed Dec 11, 2023
1 parent ce0d4cf commit c6b4de8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Build

on:
push:
tags:
- '*' # Will run when any tag is pushed
# on:
# push:
# tags:
# - '*' # Will run when any tag is pushed
on: [push, pull_request]

jobs:
build_wheels:
Expand All @@ -16,7 +17,7 @@ jobs:
with:
python-version: 3.11
- name: Build wheels
run: pip wheel --no-deps .
run: pip wheel --no-deps . -w dist
- uses: actions/upload-artifact@v3
with:
name: dist
Expand Down

0 comments on commit c6b4de8

Please sign in to comment.