Skip to content

Commit

Permalink
Use correct version number & reset build number
Browse files Browse the repository at this point in the history
  • Loading branch information
roomrys committed Sep 11, 2024
1 parent 6bdfba9 commit 99d1918
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .conda.tensorflow/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

package:
name: tensorflow
version: 2.9.2a0
version: 2.9.2

about:
home: https://tensorflow.org
Expand All @@ -12,7 +12,7 @@ about:
For GPU support, install cudatoolkit 11.3.1 and cudnn 8.2.1 which are available as conda packages on the default channel.'

build:
number: 4
number: 0

source:
path: ../
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/build_tensorflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
- elizabeth/add-windows-linux-tensorflow-conda-package

paths:
- '.github/workflows/build_tensorflow.yml'
- '.conda.tensorflow/**'
Expand All @@ -25,14 +25,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

# Make conda prefix directory (Windows)
- name: Make conda prefix directory (Windows)
if: matrix.os == 'windows-2022'
shell: powershell
run: |
New-Item -ItemType Directory -Force -Path C:\c
# Setup Miniconda
# https://github.com/conda-incubator/setup-miniconda?tab=readme-ov-file#use-a-different-environment-name-or-path
- name: Setup Miniconda (Windows)
if: matrix.os == 'windows-2022'
Expand Down Expand Up @@ -78,6 +76,7 @@ jobs:
run: |
anaconda -v upload "C:\c\build.tensorflow\win-64\*.tar.bz2" --label dev --user sleap-deps
anaconda logout
- name: Upload to Anaconda (Ubuntu)
if: matrix.os == 'ubuntu-22.04'
env:
Expand Down

0 comments on commit 99d1918

Please sign in to comment.