We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc8fe7 commit 10d1288Copy full SHA for 10d1288
.github/workflows/release-python-provider.yml
@@ -23,7 +23,7 @@ jobs:
23
value: ${{ env.version }}
24
25
- name: Build and publish to PyPi
26
- uses: JRubics/poetry-publish@v2.0
+ uses: JRubics/poetry-publish@v2.1
27
with:
28
package_directory: ./openfeature/providers/python-provider
29
pypi_token: ${{ secrets.PYPI_TOKEN }}
0 commit comments