Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
wangleiofficial committed Sep 2, 2022
1 parent 0cee753 commit d382026
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ on: push

jobs:
deploy:
name: Upload Python Package

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@master
- name: Set up Python 3.8
uses: actions/setup-python@v1
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: '3.x'
- name: Install pypa/build
run: >-
python -m
pip install
build
--user
run: >-
python -m
pip install
build
--user
- name: Build a binary wheel and a source tarball
run: >-
python -m
Expand Down

0 comments on commit d382026

Please sign in to comment.