Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hexatester committed Apr 9, 2023
1 parent 600fb76 commit ec85ebf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:
types: [created]

jobs:
deploy:
publish:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Setup Python 3.8
- name: Setup Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- name: Cache pip
uses: actions/cache@v2
with:
Expand Down

0 comments on commit ec85ebf

Please sign in to comment.