Skip to content

Commit 4078508

Browse files
committed
🚨 fix: correct spelling of 'allow-prerelease' to 'allow-prereleases' in workflow files
1 parent d016893 commit 4078508

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎.github/workflows/lint-and-fmt.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python-version: ${{ matrix.python-version }}
3434
architecture: ${{ matrix.architecture }}
3535
cache: 'pip'
36-
allow-prerelease: true
36+
allow-prereleases: true
3737

3838
- name: Install just
3939
uses: extractions/setup-just@v3

‎.github/workflows/release.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/setup-python@v6
2424
with:
2525
python-version: 3.x
26-
allow-prerelease: true
26+
allow-prereleases: true
2727
- name: Build wheels
2828
uses: PyO3/maturin-action@v1
2929
with:
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
python-version: 3.x
5151
architecture: ${{ matrix.target }}
52-
allow-prerelease: true
52+
allow-prereleases: true
5353
- name: Build wheels
5454
uses: PyO3/maturin-action@v1
5555
with:
@@ -73,7 +73,7 @@ jobs:
7373
- uses: actions/setup-python@v6
7474
with:
7575
python-version: 3.x
76-
allow-prerelease: true
76+
allow-prereleases: true
7777
- name: Build wheels
7878
uses: PyO3/maturin-action@v1
7979
with:

‎.github/workflows/unit-test.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python-version: ${{ matrix.python-version }}
2929
architecture: ${{ matrix.architecture }}
3030
cache: 'pip'
31-
allow-prerelease: true
31+
allow-prereleases: true
3232

3333
- name: Install just
3434
uses: extractions/setup-just@v3

0 commit comments

Comments
 (0)