Skip to content

Commit d63bd10

Browse files
committed
bump: update pypa/gh-action-pypi-publish to v1.12.4 and relax setuptools version constraint
1 parent 081b715 commit d63bd10

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build package
3333
run: python -m build
3434
- name: Publish package
35-
uses: pypa/gh-action-pypi-publish@v1.10.0
35+
uses: pypa/gh-action-pypi-publish@v1.12.4
3636
with:
3737
user: __token__
3838
password: ${{ secrets.PYPI_API_TOKEN }}

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
certifi >= 14.05.14
22
six >= 1.10
33
python_dateutil >= 2.5.3
4-
setuptools == 75.1.0
4+
setuptools >= 21.0.0
55
urllib3 >= 1.15.1

0 commit comments

Comments
 (0)