Skip to content

Commit e13abf8

Browse files
committed
bump julia version
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
1 parent 4b494e2 commit e13abf8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
cd $env:GITHUB_WORKSPACE\java_package\brainflow
229229
mvn -s $env:GITHUB_WORKSPACE\java_package\brainflow\settings.xml deploy -Dregistry=https://maven.pkg.github.com/brainflow-dev -Dtoken=$env:PUBLISH_TOKEN
230230
cd $env:GITHUB_WORKSPACE\python_package
231-
twine upload --skip-existing dist/*.whl --user Andrey1994 --password $env:PYPI_PASSWORD
231+
twine upload --skip-existing dist/*.whl --user __token__ --password $env:PYPI_PASSWORD
232232
cd $env:GITHUB_WORKSPACE\rust_package\brainflow
233233
env:
234234
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[brainflow]
2-
git-tree-sha1 = "a20c50563d06d085392cd6bf9a9313d25af2da88"
2+
git-tree-sha1 = "2eb9256f59d1f18bd649b3b6d194806860763e27"
33
lazy = true
44

55
[[brainflow.download]]
6-
sha256 = "4bb2079448fc10b6acca031f38b324a42688e5377c17a05637c12f3a69b638ca"
7-
url = "https://github.com/brainflow-dev/brainflow/releases/download/5.10.2/compiled_libs.tar"
6+
sha256 = "481751a9b689022f4fcb7cbff7dbd5222e761ff0747af41e5839570fe6806f61"
7+
url = "https://github.com/brainflow-dev/brainflow/releases/download/5.11.0/compiled_libs.tar"

julia_package/brainflow/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "BrainFlow"
22
uuid = "abd5acf9-0fc9-4730-984d-e27a37823580"
33
authors = ["Andrey1994 <andrey@brainflow.org>"]
4-
version = "5.10.2"
4+
version = "5.11.0"
55

66
[deps]
77
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# TODO: automatically generate by brainflow CICD
22
function brainflow_url()
3-
url = "https://github.com/brainflow-dev/brainflow/releases/download/5.10.2/compiled_libs.tar"
3+
url = "https://github.com/brainflow-dev/brainflow/releases/download/5.11.0/compiled_libs.tar"
44
return url
55
end

0 commit comments

Comments
 (0)