Skip to content

Commit 9c70087

Browse files
Update python-publish.yml
1 parent 21a60fd commit 9c70087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
TWINE_USERNAME: __token__
3131
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
3232
run: |
33-
cd ./excelutils
33+
cd ./excel2sbol
3434
cat setup.py
3535
python setup.py sdist bdist_wheel
3636
twine upload dist/*

0 commit comments

Comments
 (0)