Skip to content

Commit

Permalink
fix(github-action): update publish-pypi dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
acostapazo committed Mar 18, 2024
1 parent 6f60303 commit c6dc665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:

jobs:
get-version:
uses: alice-biometrics/actions/.github/workflows/get-version.yml@main
uses: alice-biometrics/actions-public/.github/workflows/get-version.yml@main
with:
type: release
publish:
needs: get-version
uses: alice-biometrics/actions/.github/workflows/publish-pypi.yml@main
uses: alice-biometrics/actions-public/.github/workflows/publish-pypi.yml@main
with:
package_name: meiga
version: ${{ needs.get-version.outputs.version }}
Expand Down

0 comments on commit c6dc665

Please sign in to comment.