Skip to content

Commit b9f1b04

Browse files
committed
fix: Deprecation
1 parent a83ec20 commit b9f1b04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build
1+
name: Build
22

33
on:
44
pull_request:
@@ -380,6 +380,6 @@ jobs:
380380
- name: Publish to PyPi
381381
uses: pypa/gh-action-pypi-publish@release/v1
382382
with:
383-
packages_dir: dist
383+
packages-dir: dist
384384
verbose: true
385385

0 commit comments

Comments
 (0)