Skip to content

Commit

Permalink
Update pythonpublish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SerinaNya authored Mar 31, 2020
1 parent be0f852 commit 1e22c48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Upload Python Package
on:
push:
branches:
- master
- build

jobs:
build:
Expand All @@ -19,6 +19,7 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: 3.7
architecture: x86
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 1e22c48

Please sign in to comment.