Skip to content

Commit 26f37c1

Browse files
authored
Merge pull request #3 from jowilf/update_docs
Update docs
2 parents 959d3bf + 0955143 commit 26f37c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: poetry install
2525
- name: Publish
2626
env:
27-
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
27+
PYPI_TOKEN: ${{ secrets.$PYPI_TOKEN_SQLALCHEMY_FILE }}
2828
run: |
29-
poetry config pypi-token.pypi $PYPI_TOKEN_SQLALCHEMY_FILE
29+
poetry config pypi-token.pypi $PYPI_TOKEN
3030
poetry publish --build

0 commit comments

Comments
 (0)