aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/python-publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml
index db994ce5..51f6b9a9 100644
--- a/.github/workflows/python-publish.yml
+++ b/.github/workflows/python-publish.yml
@@ -28,6 +28,6 @@ jobs:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
- run: |
ls
- cd ./HydroRollCore
+ cd ./hydrorollcore
poetry publish --build
shell: bash