Skip to content

Commit

Permalink
[Wheels]: Wheels v0.0.1c (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens authored Jul 25, 2022
1 parent c5f5cda commit 00ddc39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [opened, synchronize, reopened]
push:
branches:
- release/0.0.1b0
- release/0.0.1c0

jobs:

Expand All @@ -27,7 +27,7 @@ jobs:
run: |
export PATH="/opt/python/${{ matrix.python_version[1] }}/bin:$PATH"
python3 -mpip install wheel
BUILD_VERSION=0.0.1b0 python3 setup.py bdist_wheel
BUILD_VERSION=0.0.1c0 python3 setup.py bdist_wheel
# NB: wheels have the linux_x86_64 tag so we rename to manylinux1
# find . -name 'dist/*whl' -exec bash -c ' mv $0 ${0/linux/manylinux1}' {} \;
# pytorch/pytorch binaries are also manylinux_2_17 compliant but they
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
run: |
export CC=clang CXX=clang++
python3 -mpip install wheel
BUILD_VERSION=0.0.1b0 python3 setup.py bdist_wheel
BUILD_VERSION=0.0.1c0 python3 setup.py bdist_wheel
- name: Upload wheel for the test-wheel job
uses: actions/upload-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1b0
0.0.1c0

0 comments on commit 00ddc39

Please sign in to comment.