Skip to content

Commit

Permalink
interesting
Browse files Browse the repository at this point in the history
  • Loading branch information
prehner committed Jul 13, 2024
1 parent b5cdb50 commit b41dc5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
- name: Build Wheels
uses: messense/maturin-action@v1
with:
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
architecture: x64
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
architecture: ${{ matrix.target }}
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
path: dist
- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
- name: Publish to PyPi
env:
TWINE_USERNAME: __token__
Expand All @@ -126,7 +126,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
- name: Install python dependencies
run: |
pip install sphinx sphinx-rtd-theme
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
- name: Build Wheels
uses: messense/maturin-action@main
with:
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
architecture: x64
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
architecture: ${{ matrix.target }}
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit b41dc5d

Please sign in to comment.