Skip to content

Commit

Permalink
Merge pull request #124 from yasserbdj96/yasserbdj96-patch-56
Browse files Browse the repository at this point in the history
Update pypi.yml
  • Loading branch information
yasserbdj96 authored Sep 27, 2022
2 parents b3cbbf1 + c1762de commit 4d3de94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
pip install
build
--user
- name: Install twine
run: pip install twine
- name: Build a binary wheel and a source tarball
run: >-
python -m
Expand All @@ -34,4 +36,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 4d3de94

Please sign in to comment.