Skip to content

Commit

Permalink
fix issue with pypi publish
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishendra93 committed Mar 16, 2023
1 parent 4b7871c commit 3ffbd73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.7'
- run: python -m pip install --upgrade build && python -m build
- name: build
run: python setup.py install
- run: python -m pip install --upgrade build && python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 3ffbd73

Please sign in to comment.