Skip to content

Commit 7febd39

Browse files
committed
[Versioning] v0.2.0 (#534)
1 parent 4c0eb1d commit 7febd39

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
types: [opened, synchronize, reopened]
55
push:
66
branches:
7-
- release/0.1.3
7+
- release/0.2.0
88

99
concurrency:
1010
# Documentation suggests ${{ github.head_ref }}, but that's only available on pull_request/pull_request_target triggers, so using ${{ github.ref }}.
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
export PATH="/opt/python/${{ matrix.python_version[1] }}/bin:$PATH"
3434
python3 -mpip install wheel
35-
BUILD_VERSION=0.1.3 python3 setup.py bdist_wheel
35+
BUILD_VERSION=0.2.0 python3 setup.py bdist_wheel
3636
# NB: wheels have the linux_x86_64 tag so we rename to manylinux1
3737
# find . -name 'dist/*whl' -exec bash -c ' mv $0 ${0/linux/manylinux1}' {} \;
3838
# pytorch/pytorch binaries are also manylinux_2_17 compliant but they
@@ -72,7 +72,7 @@ jobs:
7272
run: |
7373
export CC=clang CXX=clang++
7474
python3 -mpip install wheel
75-
BUILD_VERSION=0.1.3 python3 setup.py bdist_wheel
75+
BUILD_VERSION=0.2.0 python3 setup.py bdist_wheel
7676
- name: Upload wheel for the test-wheel job
7777
uses: actions/upload-artifact@v2
7878
with:
@@ -104,7 +104,7 @@ jobs:
104104
shell: bash
105105
run: |
106106
python3 -mpip install wheel
107-
BUILD_VERSION=0.1.3 python3 setup.py bdist_wheel
107+
BUILD_VERSION=0.2.0 python3 setup.py bdist_wheel
108108
- name: Upload wheel for the test-wheel job
109109
uses: actions/upload-artifact@v2
110110
with:

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.2
1+
0.2.0

0 commit comments

Comments
 (0)