We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4d803d commit bb78ca1Copy full SHA for bb78ca1
.github/workflows/publication.yml
@@ -9,6 +9,6 @@ jobs:
9
steps:
10
- uses: actions/checkout@v3
11
- name: Build and publish to pypi
12
- uses: JRubics/poetry-publish@v1.16
+ uses: JRubics/poetry-publish@v1.17
13
with:
14
pypi_token: ${{ secrets.PYPI_TOKEN }}
0 commit comments