File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11@ echo off
2- set TENSORDICT_BUILD_VERSION = 0.6.0
2+ set TENSORDICT_BUILD_VERSION = 0.6.1
33echo TENSORDICT_BUILD_VERSION is set to %TENSORDICT_BUILD_VERSION%
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- export TENSORDICT_BUILD_VERSION=0.6.0
3+ export TENSORDICT_BUILD_VERSION=0.6.1
Original file line number Diff line number Diff line change 3434 shell : bash
3535 run : |
3636 python3 -mpip install wheel
37- TENSORDICT_BUILD_VERSION=0.6.0 python3 setup.py bdist_wheel
37+ TENSORDICT_BUILD_VERSION=0.6.1 python3 setup.py bdist_wheel
3838 - name : Upload wheel for the test-wheel job
3939 uses : actions/upload-artifact@v3
4040 with :
Original file line number Diff line number Diff line change 1- 0.6.0
1+ 0.6.1
You can’t perform that action at this time.
0 commit comments