Skip to content

Commit

Permalink
Merge pull request #40 from usnistgov/33-make-package-pypi-installable
Browse files Browse the repository at this point in the history
trying to fix this workflow dependence
  • Loading branch information
delongchamp authored Dec 10, 2024
2 parents 5f84575 + d4c69d7 commit 3bf909f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ name: Publish to PyPI

on:
workflow_run:
workflows: ["auto-versioning.yml"] # Name of the workflow that triggers this one
workflows: ["Automatic Versioning and Release"] # Name of the workflow that triggers this one
types:
- completed # Trigger only when `auto-versioning.yml` finishes successfully

permissions:
contents: write # Allow fetching and modifying repository content

jobs:
build-and-publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3bf909f

Please sign in to comment.