Skip to content

Commit

Permalink
Pin project root rust-toolchain ver. as well (#11)
Browse files Browse the repository at this point in the history
* Pin project root rust-toolchain ver. as well

* Pin setuptools-rust at 0.10.6
  • Loading branch information
smheidrich authored Sep 25, 2022
1 parent 8a13be7 commit 5941d24
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-prelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# required for git commands below:
git config --global --add safe.directory /__w/skim-unicode-table/skim-unicode-table
git status
"${PYBIN}/pip" install -U setuptools wheel setuptools-rust
"${PYBIN}/pip" install -U setuptools wheel setuptools-rust==0.10.6
"${PYBIN}/python" setup.py bdist_wheel
# required to get non-dev release ver:
git reset --hard
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# required for git commands below:
git config --global --add safe.directory /__w/skim-unicode-table/skim-unicode-table
git status
"${PYBIN}/pip" install -U setuptools wheel setuptools-rust
"${PYBIN}/pip" install -U setuptools wheel setuptools-rust==0.10.6
"${PYBIN}/python" setup.py bdist_wheel
# required to get non-dev release ver:
git reset --hard
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[build-system]
requires = ["setuptools", "wheel", "setuptools-rust"]
requires = ["setuptools", "wheel", "setuptools-rust==0.10.6"]
1 change: 1 addition & 0 deletions rust-toolchain
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.34

0 comments on commit 5941d24

Please sign in to comment.