We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 539d5dd + c16c3b7 commit f38ff32Copy full SHA for f38ff32
.github/workflows/published.yaml
@@ -29,7 +29,4 @@ jobs:
29
run: poetry install --no-dev
30
31
- name: Build package
32
- run: poetry publish --build
33
- with:
34
- user: __token__
35
- password: ${{ secrets.PYPI_API_TOKEN }}
+ run: poetry publish --build -u __token__ -p ${{ secrets.PYPI_API_TOKEN }}
0 commit comments