Skip to content

Commit b3a46c6

Browse files
authored
[Versioning] Version 0.0.2a0 (#465)
1 parent f29b826 commit b3a46c6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 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.0.1c0
7+
- release/0.0.2a
88

99
jobs:
1010

@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
export PATH="/opt/python/${{ matrix.python_version[1] }}/bin:$PATH"
2929
python3 -mpip install wheel
30-
BUILD_VERSION=0.0.1c0 python3 setup.py bdist_wheel
30+
BUILD_VERSION=0.0.2a python3 setup.py bdist_wheel
3131
# NB: wheels have the linux_x86_64 tag so we rename to manylinux1
3232
# find . -name 'dist/*whl' -exec bash -c ' mv $0 ${0/linux/manylinux1}' {} \;
3333
# pytorch/pytorch binaries are also manylinux_2_17 compliant but they
@@ -68,7 +68,7 @@ jobs:
6868
run: |
6969
export CC=clang CXX=clang++
7070
python3 -mpip install wheel
71-
BUILD_VERSION=0.0.1c0 python3 setup.py bdist_wheel
71+
BUILD_VERSION=0.0.2a python3 setup.py bdist_wheel
7272
- name: Upload wheel for the test-wheel job
7373
uses: actions/upload-artifact@v2
7474
with:

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.1c0
1+
0.0.2a

0 commit comments

Comments
 (0)