We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe59d8 commit 93b746fCopy full SHA for 93b746f
.github/workflows/pypi-deploy.yml
@@ -24,26 +24,9 @@ jobs:
24
25
- name: Build package
26
run: python -m build
27
-
28
- - name: Include README in distribution
29
- run: |
30
- cp README.md dist/
31
32
- - name: Show repo
33
34
- ls
35
- ls dist/
36
37
- - name: Include main.py in distribution
38
- run: cp main.py dist/
39
40
- name: Publish package to PyPI
41
run: python -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
42
env:
43
TWINE_USERNAME: ${{ secrets.PYPI_USER }}
44
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
45
46
47
48
49
0 commit comments