Skip to content

Commit

Permalink
updated workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
laureng-hd committed May 5, 2024
1 parent 7e52cf1 commit 5450532
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Publish-TestPyPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: Publish to TestPyPI
on:
workflow_run:
workflows: [Push and Test]
workflows: [Test Py Versions and OS]
types:
- completed

Expand All @@ -12,6 +12,7 @@ jobs:
build-package:
name: Build dist
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}

steps:
- name: Checkout Code
Expand Down

0 comments on commit 5450532

Please sign in to comment.