Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BijanSeif authored Oct 27, 2022
1 parent 67dba6f commit afe23b4
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,18 @@
name: Upload Python Package

on:
workflow_run:
workflows: ["Upload Package"]
types:
- completed
release:
types: [published]

jobs:
build:
deploy:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
Expand Down

0 comments on commit afe23b4

Please sign in to comment.