We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd4845f commit f0b182bCopy full SHA for f0b182b
.github/workflows/cd.yaml
@@ -30,4 +30,5 @@ jobs:
30
- name: Build & Publish to PyPi
31
run: |
32
pip install poetry
33
- poetry publish --build --username="__token__" --no-interaction --password="${{ secrets.PYPI_TOKEN }}" --directory=$SERVICE_PATH
+ cd $SERVICE_PATH
34
+ poetry publish --build --username="__token__" --no-interaction --password="${{ secrets.PYPI_TOKEN }}"
0 commit comments