Skip to content

Commit 8d4fda3

Browse files
committed
Fix problem with workflow
1 parent b35ae90 commit 8d4fda3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,5 @@ jobs:
2727
TWINE_USERNAME: __token__
2828
TWINE_PASSWORD: ${{ secrets.TWINE_TOKEN }}
2929
run: |
30-
cd nanoleafapi
3130
python setup.py sdist bdist_wheel
3231
twine upload dist/*

0 commit comments

Comments
 (0)