Skip to content

Commit b8bcfd9

Browse files
committed
update
1 parent 04ab0ac commit b8bcfd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,10 @@ jobs:
5353
- name: build
5454
run: |
5555
python ./setup.py sdist bdist_wheel
56+
ls -l dist/
5657
- name: upload
5758
uses: pypa/gh-action-pypi-publish@release/v1
5859
with:
5960
user: __token__
6061
password: ${{ secrets.PYPI_TOKEN }}
62+
skip_existing: true

python/ci_requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@ pytest
22
pytest-cov
33
setuptools
44
wheel
5-
twine
6-
black

0 commit comments

Comments
 (0)