Skip to content

Commit 93b746f

Browse files
authored
Update pypi-deploy.yml
1 parent 8fe59d8 commit 93b746f

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/pypi-deploy.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,9 @@ jobs:
2424

2525
- name: Build package
2626
run: python -m build
27-
28-
- name: Include README in distribution
29-
run: |
30-
cp README.md dist/
31-
32-
- name: Show repo
33-
run: |
34-
ls
35-
ls dist/
3627

37-
- name: Include main.py in distribution
38-
run: cp main.py dist/
39-
4028
- name: Publish package to PyPI
4129
run: python -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
4230
env:
4331
TWINE_USERNAME: ${{ secrets.PYPI_USER }}
4432
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
45-
46-
- name: Show repo
47-
run: |
48-
ls
49-
ls dist/

0 commit comments

Comments
 (0)