Skip to content

Commit

Permalink
Run manual build w/o pip upload
Browse files Browse the repository at this point in the history
  • Loading branch information
roomrys committed Sep 9, 2023
1 parent 897275d commit 2040aef
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ source:
path: ../

build:
number: 12
number: 0

requirements:
host:
Expand Down
2 changes: 1 addition & 1 deletion .conda_mac/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ about:
summary: {{ data.get('description') }}

build:
number: 5
number: 0

source:
path: ../
Expand Down
17 changes: 9 additions & 8 deletions .github/workflows/build_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- '.conda_mac/meta.yaml'
branches:
- develop
- liezl/1.3.2-bump

jobs:
build:
Expand Down Expand Up @@ -59,14 +60,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 2040aef

Please sign in to comment.