Skip to content

Commit

Permalink
fix publish: build before push
Browse files Browse the repository at this point in the history
  • Loading branch information
CarliJoy committed Apr 24, 2022
1 parent 05517ee commit 7a37db5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Build Project
run: |
python setup.py sdist bdist_wheel
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 7a37db5

Please sign in to comment.