Skip to content

Commit b4d991e

Browse files
Merge branch 'master' into fix/composite-plastic
2 parents 6e556b4 + cee66ac commit b4d991e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ pip==24.2
22
nox==2024.4.15
33
nox-poetry==1.0.3
44
poetry==1.8.3
5-
virtualenv==20.26.3
5+
virtualenv==20.26.6

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ jobs:
5656
5757
- name: Publish package on PyPI
5858
if: steps.check-version.outputs.tag
59-
uses: pypa/gh-action-pypi-publish@v1.10.1
59+
uses: pypa/gh-action-pypi-publish@v1.10.2
6060
with:
6161
user: __token__
6262
password: ${{ secrets.PYPI_API_TOKEN }}
6363

6464
- name: Publish package on TestPyPI
6565
if: "! steps.check-version.outputs.tag"
66-
uses: pypa/gh-action-pypi-publish@v1.10.1
66+
uses: pypa/gh-action-pypi-publish@v1.10.2
6767
with:
6868
user: __token__
6969
password: ${{ secrets.TEST_PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)