Skip to content

Commit a659e30

Browse files
committed
update
1 parent 49b02a9 commit a659e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-python@v5
16-
- run: pip install -r '[.dev]'
16+
- run: pip install -r '.[dev]'
1717
- run: ls && make dist
1818
- uses: pypa/gh-action-pypi-publish@release/v1
1919
with:

0 commit comments

Comments
 (0)