Skip to content

Commit

Permalink
Test the wheel and conda build
Browse files Browse the repository at this point in the history
  • Loading branch information
roomrys committed Aug 30, 2024
1 parent ae574e1 commit b75e8c3
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/build_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
name: Build (manual)

# Uncomment the following lines to trigger a build if the release build failed
# on:
# push:
# paths:
# - '.conda/meta.yaml'
# - '.conda_mac/meta.yaml'
# branches:
# - develop
on:
push:
paths:
- ".conda/meta.yaml"
- ".conda_mac/meta.yaml"
branches:
- liezl/attrs-opencv-constraints-1.3.4

jobs:
build:
Expand Down Expand Up @@ -59,14 +59,14 @@ jobs:
run: |
python setup.py bdist_wheel
# Upload pip wheel (Ubuntu)
- name: Upload pip wheel (Ubuntu)
if: matrix.os == 'ubuntu-22.04'
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
shell: bash -l {0}
run: |
twine upload -u __token__ -p "$PYPI_TOKEN" dist/* --non-interactive --skip-existing --disable-progress-bar
# # Upload pip wheel (Ubuntu)
# - name: Upload pip wheel (Ubuntu)
# if: matrix.os == 'ubuntu-22.04'
# env:
# PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
# shell: bash -l {0}
# run: |
# twine upload -u __token__ -p "$PYPI_TOKEN" dist/* --non-interactive --skip-existing --disable-progress-bar

# Build conda package (Ubuntu)
- name: Build conda package (Ubuntu)
Expand Down

0 comments on commit b75e8c3

Please sign in to comment.