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 889c4a0 commit 226f226Copy full SHA for 226f226
.github/workflows/build-single-exchange.yml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Upload to PyPI
55
run: |
56
- cd ../temp_pypi
+ cd ./temp_pypi
57
python -m twine upload dist/*
58
env:
59
TWINE_USERNAME: __token__
0 commit comments