We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 081b715 commit d63bd10Copy full SHA for d63bd10
2 files changed
.github/workflows/python-publish.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Build package
33
run: python -m build
34
- name: Publish package
35
- uses: pypa/gh-action-pypi-publish@v1.10.0
+ uses: pypa/gh-action-pypi-publish@v1.12.4
36
with:
37
user: __token__
38
password: ${{ secrets.PYPI_API_TOKEN }}
requirements.txt
@@ -1,5 +1,5 @@
1
certifi >= 14.05.14
2
six >= 1.10
3
python_dateutil >= 2.5.3
4
-setuptools == 75.1.0
+setuptools >= 21.0.0
5
urllib3 >= 1.15.1
0 commit comments