File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -150,8 +150,8 @@ jobs:
150
150
(gc .\Cargo.toml).replace('0.0.1', $env:VERSION) | Out-File -encoding ASCII Cargo.toml
151
151
type Cargo.toml
152
152
cargo login $env:CARGO_TOKEN
153
- cargo publish --dry-run --allow-dirty
154
- aws s3 cp $env:GITHUB_WORKSPACE\rust-package\brainflow s3://brainflow/$env:GITHUB_SHA/rust --recursive
153
+ # cargo publish --dry-run --allow-dirty
154
+ # aws s3 cp $env:GITHUB_WORKSPACE\rust-package\brainflow s3://brainflow/$env:GITHUB_SHA/rust --recursive
155
155
env :
156
156
CARGO_TOKEN : ${{ secrets.CARGO_TOKEN }}
157
157
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
@@ -199,7 +199,7 @@ jobs:
199
199
cd $env:GITHUB_WORKSPACE\python-package
200
200
twine upload --skip-existing dist/*.whl --user Andrey1994 --password $env:PYPI_PASSWORD
201
201
cd $env:GITHUB_WORKSPACE\rust-package\brainflow
202
- cargo publish --allow-dirty
202
+ # cargo publish --allow-dirty
203
203
env :
204
204
CARGO_TOKEN : ${{ secrets.CARGO_TOKEN }}
205
205
PYPI_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
Original file line number Diff line number Diff line change @@ -119,11 +119,9 @@ If you compile BrainFlow from source local libraries will take precedence over t
119
119
Rust
120
120
-------
121
121
122
- You can get BrainFlow package from `crates.io <https://crates.io/ >`_.
123
-
124
122
.. compound ::
125
123
126
- You can also build Rust binding locally using commands below, but you need to compile C/C++ code first ::
124
+ You can build Rust binding locally using commands below, but you need to compile C/C++ code first ::
127
125
128
126
cd rust-package
129
127
cd brainflow
You can’t perform that action at this time.
0 commit comments