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 04ab0ac commit b8bcfd9Copy full SHA for b8bcfd9
.github/workflows/python.yaml
@@ -53,8 +53,10 @@ jobs:
53
- name: build
54
run: |
55
python ./setup.py sdist bdist_wheel
56
+ ls -l dist/
57
- name: upload
58
uses: pypa/gh-action-pypi-publish@release/v1
59
with:
60
user: __token__
61
password: ${{ secrets.PYPI_TOKEN }}
62
+ skip_existing: true
python/ci_requirements.txt
@@ -2,5 +2,3 @@ pytest
2
pytest-cov
3
setuptools
4
wheel
5
-twine
6
-black
0 commit comments