Skip to content

Commit

Permalink
fix building command
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Dec 16, 2023
1 parent 2cee518 commit f3b0765
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@ jobs:
- name: Install tools
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
python -m pip install --user poetry==1.7.1
python -m pip install twine
# python -m pip install setuptools wheel twine
- name: Build and publish
run: |
python setup.py sdist bdist_wheel
poetry build
twine upload dist/*
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERS }}
Expand Down

0 comments on commit f3b0765

Please sign in to comment.