Skip to content

Commit

Permalink
rename to pdfium_ver, fix triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Nov 22, 2023
1 parent b94be6d commit d766b03
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
options:
- raw
- helpers
raw_version:
pdfium_ver:
default: 'latest'
type: string
test:
Expand Down Expand Up @@ -65,12 +65,12 @@ jobs:
- name: Build raw package
if: inputs.package == 'raw'
run: |
python setupsrc/pypdfium2_setup/autorelease_conda_raw.py --pdfium-ver ${{ inputs.raw_version }}
./run craft --pdfium-ver ${{ inputs.raw_version }} conda_raw
python setupsrc/pypdfium2_setup/autorelease_conda_raw.py --pdfium-ver ${{ inputs.pdfium_ver }}
./run craft --pdfium-ver ${{ inputs.pdfium_ver }} conda_raw
- name: Build helpers package
if: inputs.package == 'helpers'
run: ./run craft --pdfium-ver ${{ inputs.raw_version }} conda_helpers
run: ./run craft --pdfium-ver ${{ inputs.pdfium_ver }} conda_helpers

- name: Upload artifact
uses: actions/upload-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ jobs:
inputs: |
{
"package": "helpers",
"pdfium_ver": "latest",
"test": "true",
"publish": "${{ inputs.publish }}",
"py_version": "3.11"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/trigger_conda_raw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
inputs: |
{
"package": "raw",
"pdfium_ver": "latest",
"test": "true",
"publish": "true",
"py_version": "3.11"
Expand Down

0 comments on commit d766b03

Please sign in to comment.