Skip to content

Commit

Permalink
Finalise
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion committed Jan 6, 2024
1 parent da9a612 commit 4961a24
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: release-deploy
on:
release:
types: [ published ]
push:
branches: [ main ]
pull_request:
# push:
# branches: [ main ]
# pull_request:

jobs:
build-sdist:
Expand Down Expand Up @@ -209,9 +209,9 @@ jobs:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Install Rust (stable)
run:
curl https://sh.rustup.rs -sSf | sh -s -- -y

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down

0 comments on commit 4961a24

Please sign in to comment.