Skip to content

Commit

Permalink
try without forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
jessdtate committed Oct 11, 2023
1 parent f5cc543 commit b805b05
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/pypackage.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Build Wheel
on:
workflow_call:
inputs:
config-path:
required: true
type: string
secrets:
envPAT:
required: true
on: [workflow_call]
# workflow_call:
# inputs:
# config-path:
# required: true
# type: string
# secrets:
# envPAT:
# required: true

jobs:
build-wheel:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pypublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
with:
name: artifact
path: dist
configuration-path: ${{ inputs.config-path }}
secrets:
envPAT: ${{ secrets.envPAT }}
# configuration-path: ${{ inputs.config-path }}
# secrets:
# envPAT: ${{ secrets.envPAT }}
- name: Upload to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/testpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on: [push, pull_request]
jobs:
buildwheel:
uses: ./.github/workflows/pypackage.yml
with:
configuration-path: ${{ inputs.config-path }}
secrets:
envPAT: ${{ secrets.envPAT }}
# with:
# configuration-path: ${{ inputs.config-path }}
# secrets:
# envPAT: ${{ secrets.envPAT }}

0 comments on commit b805b05

Please sign in to comment.