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.
2 parents 2cc3bd3 + 13f5c23 commit d7b86cdCopy full SHA for d7b86cd
.github/workflows/constraints.txt
@@ -1,2 +1,2 @@
1
pip==23.3.1
2
-poetry==1.7.1
+poetry==1.7.1
.github/workflows/release.yml
@@ -57,13 +57,13 @@ jobs:
57
58
- name: Publish package on PyPI
59
if: steps.check-version.outputs.tag
60
- uses: pypa/gh-action-pypi-publish@v1.8.3
+ uses: pypa/gh-action-pypi-publish@v1.8.10
61
with:
62
password: ${{ secrets.PYPI_TOKEN }}
63
64
- name: Publish package on TestPyPI
65
if: "! steps.check-version.outputs.tag"
66
67
68
password: ${{ secrets.TEST_PYPI_TOKEN }}
69
repository_url: https://test.pypi.org/legacy/
0 commit comments