Skip to content

Commit 1748029

Browse files
committed
do not use pypa/gh-action-pypi-publish@release/v1
1 parent ecc97e1 commit 1748029

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/python.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,9 @@ jobs:
5353
- name: build
5454
run: |
5555
python -m build --sdist --wheel --outdir dist/ .
56-
- name: Upload
56+
- name: upload
5757
run: |
58-
ls -la
59-
ls -la dist
60-
pwd
6158
twine upload dist/* --non-interactive --skip-existing
6259
env:
6360
TWINE_USERNAME: __token__
6461
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
65-
66-
- name: upload
67-
uses: pypa/gh-action-pypi-publish@release/v1
68-
with:
69-
user: __token__
70-
password: ${{ secrets.PYPI_TOKEN }}
71-
package: dist/*
72-
skip_existing: true

0 commit comments

Comments
 (0)