Skip to content

Commit

Permalink
[Versioning] TensorDict v0.0.1a (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens authored Nov 14, 2022
1 parent 4a7ceec commit 3a75750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.2a
- release/0.0.1a

jobs:
build-wheel:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Build wheel
run: |
python -m pip install wheel
BUILD_VERSION=0.0.2a python setup.py bdist_wheel
BUILD_VERSION=0.0.1a python setup.py bdist_wheel
- name: Upload wheel for the test-wheel job
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 3a75750

Please sign in to comment.