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 6e556b4 + cee66ac commit b4d991eCopy full SHA for b4d991e
.github/workflows/constraints.txt
@@ -2,4 +2,4 @@ pip==24.2
2
nox==2024.4.15
3
nox-poetry==1.0.3
4
poetry==1.8.3
5
-virtualenv==20.26.3
+virtualenv==20.26.6
.github/workflows/release.yml
@@ -56,14 +56,14 @@ jobs:
56
57
- name: Publish package on PyPI
58
if: steps.check-version.outputs.tag
59
- uses: pypa/gh-action-pypi-publish@v1.10.1
+ uses: pypa/gh-action-pypi-publish@v1.10.2
60
with:
61
user: __token__
62
password: ${{ secrets.PYPI_API_TOKEN }}
63
64
- name: Publish package on TestPyPI
65
if: "! steps.check-version.outputs.tag"
66
67
68
69
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
0 commit comments