We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057ffd6 commit 0d7163cCopy full SHA for 0d7163c
.fernignore
@@ -1 +1,2 @@
1
# Specify files that shouldn't be modified by Fern
2
+.github/workflows/ci.yml
.github/workflows/ci.yml
@@ -55,7 +55,6 @@ jobs:
55
- name: Publish to pypi
56
run: |
57
poetry config repositories.remote https://upload.pypi.org/legacy/
58
- poetry --no-interaction -v publish --build --repository remote --username "$PYPI_USERNAME" --password "$PYPI_PASSWORD"
+ poetry --no-interaction -v publish --build --repository remote
59
env:
60
- PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
61
- PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
+ POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
0 commit comments