Skip to content

Commit

Permalink
Update pypi-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Z3R0-CDS authored Sep 12, 2023
1 parent 8fe59d8 commit 93b746f
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/pypi-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,9 @@ jobs:

- name: Build package
run: python -m build

- name: Include README in distribution
run: |
cp README.md dist/
- name: Show repo
run: |
ls
ls dist/

- name: Include main.py in distribution
run: cp main.py dist/

- name: Publish package to PyPI
run: python -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
env:
TWINE_USERNAME: ${{ secrets.PYPI_USER }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

- name: Show repo
run: |
ls
ls dist/

0 comments on commit 93b746f

Please sign in to comment.