Skip to content

Commit

Permalink
🔀 Merge pull request #40 from astariul/auto_pypi
Browse files Browse the repository at this point in the history
Fix github action
  • Loading branch information
astariul authored Jan 12, 2022
2 parents 7a5a7c6 + bb58a66 commit 2e43a0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/auto_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
with:
python-version: "3.7"
- name: Building package distribution
run: python setup.py sdist bdist_wheel
run: |
pip install wheel
python setup.py sdist bdist_wheel
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 2e43a0d

Please sign in to comment.