Skip to content

Commit acf7f22

Browse files
authored
Update ci.yml
1 parent 142f8da commit acf7f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ jobs:
6767
- name: Publish to pypi
6868
run: |
6969
poetry config repositories.remote https://upload.pypi.org/legacy/
70-
poetry --no-interaction -v publish --build --repository remote -u __token__ -p "PYPI_SQUAREUP_ACCESS_TOKEN"
70+
poetry --no-interaction -v publish --build --repository remote -u __token__ -p "$PYPI_SQUAREUP_ACCESS_TOKEN"
7171
env:
7272
PYPI_SQUAREUP_ACCESS_TOKEN: ${{ secrets.PYPI_SQUAREUP_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)